Skip to content

Commit

Permalink
Capitalize button titles for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyohanlon committed Apr 16, 2024
1 parent 1f78fee commit bb3cac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NavBarEnd.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<li><a class="btn btn-ghost btn-sm" href="/contact">Contact</a></li>
<li>
<a class="btn btn-outline btn-sm" href="https://cloud.bzr.dev/login"
>Log in</a
>Log In</a
>
</li>
<li>
<a class="btn btn-primary btn-sm" href="https://cloud.bzr.dev/login"
>Sign up</a
>Sign Up</a
>
</li>
</ul>

0 comments on commit bb3cac5

Please sign in to comment.