fix: change sign in links

This commit is contained in:
Mythie
2023-10-26 16:40:25 +11:00
parent 9e5bfa543e
commit 67fcb154f5
4 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ export const Header = ({ className, ...props }: HeaderProps) => {
</Link>
<Link
href="https://app.documenso.com/login"
href="https://app.documenso.com/signin"
target="_blank"
className="text-muted-foreground hover:text-muted-foreground/80 text-sm font-semibold"
>

View File

@ -46,7 +46,7 @@ export const MENU_NAVIGATION_LINKS = [
text: 'Privacy',
},
{
href: 'https://app.documenso.com/login',
href: 'https://app.documenso.com/signin',
text: 'Sign in',
},
];