Skip to content

Commit

Permalink
fixed Puzzlebang casing to PuzzleBang on navbar (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohannunu authored Aug 21, 2023
1 parent e926492 commit 6eec065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<a
href="/puzzlebang"
class="hidden md:block hover:underline underline-offset-8 hover:underline-offset-4 decoration-pink-500 decoration-2 duration-150"
>Puzzlebang</a
>PuzzleBang</a
>
<a
href="/mechmania"
Expand Down Expand Up @@ -69,7 +69,7 @@
class="flex flex-col divide-y-2 bg-rp-cream rounded-lg text-rp-blue p-1 border-rp-pink"
>
<a class="p-1.5 hover:text-rp-dull-pink duration-200" href="/mechmania">MechMania</a>
<a class="p-1.5 hover:text-rp-dull-pink duration-200" href="/puzzlebang">Puzzlebang</a
<a class="p-1.5 hover:text-rp-dull-pink duration-200" href="/puzzlebang">PuzzleBang</a
>
</div>
</div>
Expand Down

0 comments on commit 6eec065

Please sign in to comment.