chore(shared): Remove migration from v2 links in susi
This commit is contained in:
parent
61add65299
commit
e3d0ac9c84
2 changed files with 0 additions and 13 deletions
|
@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue