Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Feb 4, 2025
1 parent a2672bf commit 88fea49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/app/(auth)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async function Page(props: {
className="w-full"
>
<Button type="submit" className="w-full">
Signin with GitHub <Icons.github className="ml-2 h-4 w-4" />
Sign in with GitHub <Icons.github className="ml-2 h-4 w-4" />
</Button>
</form>
<form
Expand All @@ -51,7 +51,7 @@ export default async function Page(props: {
className="w-full"
>
<Button type="submit" className="w-full" variant="outline">
Signin with Google <Icons.google className="ml-2 h-4 w-4" />
Sign in with Google <Icons.google className="ml-2 h-4 w-4" />
</Button>
</form>
</div>
Expand Down

0 comments on commit 88fea49

Please sign in to comment.