Skip to content

Commit

Permalink
fix(header): shorten navbar title
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Oct 8, 2024
1 parent 43f0648 commit 2850795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comps/layouts/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Icon from "@assets/icon.png";
alt="Icon of the Fancade Club"
loading="eager"
/>
<span>Fancade Club</span>
<span>Club</span>
</h1>
</a>
<a href="/account/signup">Sign up</a>
Expand Down

0 comments on commit 2850795

Please sign in to comment.