Skip to content

Commit

Permalink
revert capital
Browse files Browse the repository at this point in the history
  • Loading branch information
AmasiaNalbandian committed Mar 8, 2022
1 parent cf148a2 commit 4ea215f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/src/components/BannerButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const BannerButtons = () => {
}}
variant="outlined"
>
About Us
About us
</Button>
</Link>
{user?.isRegistered ? (
Expand All @@ -107,7 +107,7 @@ const BannerButtons = () => {
onClick={() => login()}
variant="outlined"
>
Sign In
Sign in
</Button>

{/* Bandaid solution to avoid signing up */}
Expand Down

0 comments on commit 4ea215f

Please sign in to comment.