Skip to content

Commit

Permalink
feat: swap header from 2025 back to travel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 1, 2024
1 parent afbc2c7 commit 3fc86ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { links } from "~/data/links";
<a href="/schedule">Schedule</a>
<a href="/sessions">Sessions</a>
<a href="/speakers">Speakers</a>
<a href={links.nextYear}>2025</a>
<a href="/travel">Travel</a>
</div>
</details>

Expand All @@ -23,7 +23,7 @@ import { links } from "~/data/links";
<a href="/schedule">Schedule</a>
<a href="/sessions">Sessions</a>
<a href="/speakers">Speakers</a>
<a href={links.nextYear}>2025</a>
<a href="/travel">Travel</a>
</div>
</header>

Expand Down

0 comments on commit 3fc86ff

Please sign in to comment.