Skip to content

Commit

Permalink
fixed: forever loading sign-in btn
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Mar 13, 2024
1 parent 28d9c6b commit 89bd8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const NotLoggedIn = ({ text, isLoading }: { text: string; isLoading?: boo
);
}}
fontWeight={'hairline'}
isLoading>
isLoading={isLoading}>
{text}
<i style={{ margin: '0rem 0.1rem 0rem 0.3rem' }}>
<FcGoogle />
Expand Down

0 comments on commit 89bd8ed

Please sign in to comment.