mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
switched signing button order, added icon for anon
This commit is contained in:
parent
40da1864ea
commit
51e1986c68
@ -76,13 +76,6 @@ export default function SignIn() {
|
||||
rounded
|
||||
onClick={handleNostrSignIn}
|
||||
/>
|
||||
<GenericButton
|
||||
label={"login anonymously"}
|
||||
icon="pi pi-user"
|
||||
className="text-[#f8f8ff] w-[250px] my-4 mx-auto"
|
||||
rounded
|
||||
onClick={handleAnonymousSignIn}
|
||||
/>
|
||||
<GenericButton
|
||||
label={"login with email"}
|
||||
icon="pi pi-envelope"
|
||||
@ -90,6 +83,13 @@ export default function SignIn() {
|
||||
rounded
|
||||
onClick={() => setShowEmailInput(!showEmailInput)}
|
||||
/>
|
||||
<GenericButton
|
||||
label={"login anonymously"}
|
||||
icon="pi pi-eye-slash"
|
||||
className="text-[#f8f8ff] w-[250px] my-4 mx-auto"
|
||||
rounded
|
||||
onClick={handleAnonymousSignIn}
|
||||
/>
|
||||
{showEmailInput && (
|
||||
<form onSubmit={handleEmailSignIn} className="flex flex-col items-center bg-gray-700 w-fit mx-auto p-4 rounded-lg">
|
||||
<InputText
|
||||
|
Loading…
x
Reference in New Issue
Block a user