lil fix, try this

This commit is contained in:
zramsay 2023-03-06 10:30:07 -05:00
parent fde1f33dd8
commit 446430f184
No known key found for this signature in database
GPG Key ID: FECD2DBFAE9DBE63

View File

@ -5,7 +5,7 @@ export const defaultHeaderLinks = [
content: [
{ href: 'https://github.com/LaconicNetwork', title: 'GitHub' },
{ href: '/about#roadmap', title: 'Roadmap' },
{ href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' },
{ href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' }
]
},
{
@ -27,7 +27,6 @@ export const defaultHeaderLinks = [
{ href: '/partners', title: 'Partners' },
{ href: '/press', title: 'Newsroom' },
{ href: '/careers', title: 'Careers' },
{ href: 'https://docs.laconic.com/faq', title: 'FAQ' },
{ href: '/contact', title: 'Contact' }
]
},