Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
feat: using system-ui fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed May 24, 2024
1 parent 2e326e4 commit e805aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function User() {
type="button"
class="p-1 md:py-2 md:px-3 rounded border flex items-center text-sm md:gap-2 shadow active:bg-gray-100"
>
<img src="/google.svg" alt="Google Icon" class="h-8 w-8" />
<img src="/google.svg" alt="Google Icon" class="h-6 w-6" />
<span class="hidden md:block">Sign in with Google</span>
</button>
</a>
Expand Down

0 comments on commit e805aa3

Please sign in to comment.