Skip to content

Commit

Permalink
Reorder header links
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakrujul committed Jan 2, 2025
1 parent 5228599 commit ad80104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ function add_header() {
if (screen_width >= 1000 && header_version !== 0) {
document.getElementById("header").innerHTML = `
<a href="/"><img src="/logos/logo-${LOGO}.png" id="banner-logo" alt="VTP6" /></a>
<a href="/help/" class="banner-link no-underline">HELP</a>
<a href="/folders/" class="banner-link no-underline">FOLDERS</a>
<a href="/grammar/" class="banner-link no-underline">GRAMMAR</a>
<a href="/help/" class="banner-link no-underline">HELP</a>
<a href="/other/" class="banner-link no-underline">OTHER</a>
<img id="theme-button" alt="Toggle theme" />
`;
Expand All @@ -23,9 +23,9 @@ function add_header() {
<img id="dropdown-arrow" alt="Menu" />
<a href="/" class="centre"><img src="/logos/logo-${LOGO}.png" id="banner-logo" alt="VTP6" /></a>
<div id="dropdown-container" class="hidden">
<a href="/help/" class="banner-link no-underline">HELP</a>
<a href="/folders/" class="banner-link no-underline">FOLDERS</a>
<a href="/grammar/" class="banner-link no-underline">GRAMMAR</a>
<a href="/help/" class="banner-link no-underline">HELP</a>
<a href="/other/" class="banner-link no-underline">OTHER</a>
</div>
<img id="theme-button" alt="Toggle theme" />
Expand Down

0 comments on commit ad80104

Please sign in to comment.