Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 3fc86ff

Browse files
feat: swap header from 2025 back to travel
1 parent afbc2c7 commit 3fc86ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { links } from "~/data/links";
1212
<a href="/schedule">Schedule</a>
1313
<a href="/sessions">Sessions</a>
1414
<a href="/speakers">Speakers</a>
15-
<a href={links.nextYear}>2025</a>
15+
<a href="/travel">Travel</a>
1616
</div>
1717
</details>
1818

@@ -23,7 +23,7 @@ import { links } from "~/data/links";
2323
<a href="/schedule">Schedule</a>
2424
<a href="/sessions">Sessions</a>
2525
<a href="/speakers">Speakers</a>
26-
<a href={links.nextYear}>2025</a>
26+
<a href="/travel">Travel</a>
2727
</div>
2828
</header>
2929

0 commit comments

Comments
 (0)