Skip to content

Commit

Permalink
Fix broken github link (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Sep 6, 2023
1 parent 8db5464 commit 494ed7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const menuButtonVisible = !blogPage && !guidebook;
<a href="/discord" class="hidden hover:text-zinc-500 sm:inline-block"
>Discord</a
>
<a href="/discord" class="hidden hover:text-zinc-500 sm:inline-block"
<a href="/github" class="hidden hover:text-zinc-500 sm:inline-block"
>Github</a
>
</div>
Expand Down

0 comments on commit 494ed7f

Please sign in to comment.