Skip to content

Commit

Permalink
correct header ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
scammo committed Jun 17, 2024
1 parent cde385f commit 9739cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/_components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default (props) => (
{props.lang === "en" ? (
<>
<a
href="https://tickets.chaostreff-flensburg.de/hoth/hoth23/"
href="https://tickets.chaostreff-flensburg.de/hoth/hotb-24/"
class="nav-link"
target="_blank"
>
Expand All @@ -16,7 +16,7 @@ export default (props) => (
) : (
<>
<a
href="https://tickets.chaostreff-flensburg.de/hoth/hoth23/"
href="https://tickets.chaostreff-flensburg.de/hoth/hotb-24/"
class="nav-link"
target="_blank"
>
Expand Down

0 comments on commit 9739cd0

Please sign in to comment.