1
0
Fork 0

chore(shared): Remove migration from v2 links in susi

This commit is contained in:
Joost De Cock 2023-10-21 09:55:54 +02:00
parent 61add65299
commit e3d0ac9c84
2 changed files with 0 additions and 13 deletions

View file

@ -231,10 +231,6 @@ export const SignIn = () => {
{t('susi:signUpHere')}
</Link>
)}
<Link className={`${horFlexClasses} btn btn-neutral btn-outline mt-2`} href="/migrate">
<SettingsIcon />
{t('susi:migrateV2Account')}
</Link>
</>
)
}

View file

@ -187,15 +187,6 @@ export const SignUp = () => {
</span>
{t('susi:signInHere')}
</Link>
<Link
className={`${horFlexClassesNoSm} w-full btn btn-neutral btn-outline mt-2`}
href="/migrate"
>
<span className="hidden md:block">
<SettingsIcon />
</span>
{t('susi:migrateV2Account')}
</Link>
<div className="flex flex-row justify-center mt-2">
<button
onClick={() => setShowAll(false)}