Openstatus www.openstatus.dev

chore: fix typo (#1189)

authored by

Daniel Roe and committed by
GitHub
d1a51738 a2672bff

+2 -2
+2 -2
apps/web/src/app/app/(auth)/login/page.tsx
··· 40 40 className="w-full" 41 41 > 42 42 <Button type="submit" className="w-full"> 43 - Signin with GitHub <Icons.github className="ml-2 h-4 w-4" /> 43 + Sign in with GitHub <Icons.github className="ml-2 h-4 w-4" /> 44 44 </Button> 45 45 </form> 46 46 <form ··· 51 51 className="w-full" 52 52 > 53 53 <Button type="submit" className="w-full" variant="outline"> 54 - Signin with Google <Icons.google className="ml-2 h-4 w-4" /> 54 + Sign in with Google <Icons.google className="ml-2 h-4 w-4" /> 55 55 </Button> 56 56 </form> 57 57 </div>