Update components/signup.tsx
This commit is contained in:
parent
0f0a06c058
commit
5d4ef3eee1
|
|
@ -197,7 +197,7 @@ export function SignupForm() {
|
||||||
</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