tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
chore: fix typo (#1189)
authored by
Daniel Roe
and committed by
GitHub
1 year ago
d1a51738
a2672bff
+2
-2
1 changed file
expand all
collapse all
unified
split
apps
web
src
app
app
(auth)
login
page.tsx
+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
43
-
Signin with GitHub <Icons.github className="ml-2 h-4 w-4" />
43
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
54
-
Signin with Google <Icons.google className="ml-2 h-4 w-4" />
54
54
+
Sign in with Google <Icons.google className="ml-2 h-4 w-4" />
55
55
</Button>
56
56
</form>
57
57
</div>