Skip to content

Commit

Permalink
Update NavBar.astro
Browse files Browse the repository at this point in the history
Updated registration link to 2025
  • Loading branch information
einhornwolle authored Nov 18, 2024
1 parent 44a0a8d commit eba3c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { showbg } = Astro.props;
<a class={currentPath === "code-of-conduct" ? "nav-link active" : "nav-link"} href="/code-of-conduct">Verhaltenskodex</a>
</li>
<li class="nav-item sm-ms-2">
<a class="nav-link btn m-0 bg-primary text-white rounded button" href="https://pretix.eu/abc-huell/huepc24/">Anmelden</a>
<a class="nav-link btn m-0 bg-primary text-white rounded button" href="https://pretix.eu/abc-huell/huepc25/">Anmelden</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit eba3c76

Please sign in to comment.