diff --git a/src/components/common/header/header.ts b/src/components/common/header/header.ts index d723c4e..e0b41ce 100644 --- a/src/components/common/header/header.ts +++ b/src/components/common/header/header.ts @@ -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' } ] },