Update components/login.tsx
This commit is contained in:
parent
6e3dade9b3
commit
929a1f4cd5
|
|
@ -170,7 +170,7 @@ export function LoginForm() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-6 w-full flex items-center justify-center">
|
<div className="mt-6 w-full flex items-center justify-center">
|
||||||
<Button onClick={() => {}} className="w-full py-1.5">
|
<Button onClick={() => alert('GitHub OAuth integration coming soon!')} className="w-full py-1.5">
|
||||||
<IconBrandGithub className="h-5 w-5" />
|
<IconBrandGithub className="h-5 w-5" />
|
||||||
<span className="text-sm font-semibold leading-6">
|
<span className="text-sm font-semibold leading-6">
|
||||||
Github
|
Github
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue