website refactor
This commit is contained in:
@@ -145,7 +145,7 @@ export function LoginTemplate({ viewData, formActions, mutationState }: LoginTem
|
|||||||
<Link
|
<Link
|
||||||
href={viewData.returnTo && viewData.returnTo !== '/dashboard' ? `/auth/signup?returnTo=${encodeURIComponent(viewData.returnTo)}` : '/auth/signup'}
|
href={viewData.returnTo && viewData.returnTo !== '/dashboard' ? `/auth/signup?returnTo=${encodeURIComponent(viewData.returnTo)}` : '/auth/signup'}
|
||||||
>
|
>
|
||||||
<Text color="text-primary-accent" weight="bold">Create one</Text>
|
<Text as="span" color="text-primary-accent" weight="bold">Create one</Text>
|
||||||
</Link>
|
</Link>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user