mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
fix: update viewTransition to react router links
This commit is contained in:
@ -118,7 +118,7 @@ const SignUp: React.FC = () => {
|
||||
) : (
|
||||
<p className="w-full mt-4 text-sm">
|
||||
<span className="dark:text-gray-500">{"Already has an account?"}</span>
|
||||
<Link className="cursor-pointer ml-2 text-blue-600 hover:underline" to="/auth" unstable_viewTransition>
|
||||
<Link className="cursor-pointer ml-2 text-blue-600 hover:underline" to="/auth" viewTransition>
|
||||
{t("auth.sign-in")}
|
||||
</Link>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user