This commit is contained in:
parent
2b87e6dc88
commit
8af6b70b7e
|
|
@ -29,7 +29,7 @@ export default function SignInPage({ params: { locale } }: { params: { locale: s
|
|||
<div className="flex items-center justify-between w-full gap-2">
|
||||
<p className="text-xs">{t("auth.account_not_found")}</p>
|
||||
|
||||
<Link href={`/auth/sign-up?email=${encodeURIComponent(email)}`}>
|
||||
<Link href={`/auth/sign-up?email=${encodeURIComponent(username)}`}>
|
||||
<div className="border text-center text-xs border-transparent hover:border-[#FFD55D]/50 text-[#FFD55D] duration-200 p-1 rounded-lg ">
|
||||
</div>
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in New Issue