Skip to content

Commit

Permalink
fix: signin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amjed-ali-k committed Oct 10, 2023
1 parent 4990e57 commit 5897168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export async function Hero() {
</Balancer>
</p>
<div className="flex flex-col gap-3 md:flex-row">
<GoogleSignInButton />
{/* <SignInButton /> */}
{/* <GoogleSignInButton /> */}
<SignInButton />
<Button
asChild
className="flex items-center gap-2 h-11 mt-0.5 border-2 px-4 py-2 dark:text-white"
Expand Down

0 comments on commit 5897168

Please sign in to comment.