fix: support mailto link fix (#571)

This commit is contained in:
Abhinav-Developer-23
2023-10-17 11:57:02 +05:30
committed by Mythie
parent 3d44821bff
commit 56914bf604
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@ const FOOTER_LINKS = [
{ href: '/open', text: 'Open' },
{ href: 'https://shop.documenso.com', text: 'Shop', target: '_blank' },
{ href: 'https://status.documenso.com', text: 'Status', target: '_blank' },
{ href: 'mailto:support@documenso.com', text: 'Support' },
{ href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' },
{ href: '/privacy', text: 'Privacy' },
];