remove laconic.community links
This commit is contained in:
parent
9381620e6f
commit
19adb4e2e2
@ -14,7 +14,6 @@ export const DevelopersLinks = [
|
||||
{ href: 'https://github.com/LaconicNetwork', title: 'Github' },
|
||||
{ href: '/about/#roadmap', title: 'Roadmap' },
|
||||
{ href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' },
|
||||
{ href: 'https://laconic.community/', title: 'Forum' }
|
||||
]
|
||||
|
||||
export const ProductsLinks = [
|
||||
@ -32,7 +31,6 @@ export const AboutLinks = [
|
||||
{ href: '/partners', title: 'Partners' },
|
||||
{ href: '/press', title: 'Newsroom' },
|
||||
{ href: '/careers', title: 'Careers' },
|
||||
{ href: 'https://docs.laconic.com/faq', title: 'FAQ' },
|
||||
{ href: '/contact', title: 'Contact' }
|
||||
]
|
||||
|
||||
@ -55,9 +53,9 @@ export const ConnectLinks = [
|
||||
logo: <Discord />
|
||||
},
|
||||
{
|
||||
href: 'https://laconic.community/',
|
||||
title: 'Discourse',
|
||||
logo: <Discourse />
|
||||
href: 'https://www.youtube.com/@laconic-network',
|
||||
title: 'Youtube',
|
||||
logo: <Youtube />
|
||||
},
|
||||
{
|
||||
href: 'https://www.reddit.com/r/LaconicNetwork/',
|
||||
|
||||
@ -6,7 +6,6 @@ export const defaultHeaderLinks = [
|
||||
{ href: 'https://github.com/LaconicNetwork', title: 'GitHub' },
|
||||
{ href: '/about#roadmap', title: 'Roadmap' },
|
||||
{ href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' },
|
||||
{ href: 'https://laconic.community/', title: 'Forum' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -251,7 +251,7 @@ const Instagram = ({
|
||||
)
|
||||
}
|
||||
|
||||
const Discourse = ({
|
||||
const Youtube = ({
|
||||
className,
|
||||
fill
|
||||
}: {
|
||||
@ -268,7 +268,7 @@ const Discourse = ({
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M15.123 0.375C7.11867 0.375 0.375 6.80599 0.375 14.7451C0.375 14.9994 0.381592 29.625 0.381592 29.625L15.123 29.6118C23.1342 29.6118 29.625 22.9325 29.625 14.9934C29.625 7.05428 23.1342 0.375 15.123 0.375ZM15 6C19.9703 6 24 10.0297 24 15C24 19.9703 19.9703 24 15 24C13.4025 24 11.9038 23.5788 10.6033 22.8486L6 24L7.26123 19.5791C6.46473 18.237 6 16.6751 6 15C6 10.0297 10.0297 6 15 6Z"
|
||||
d="M 15 4 C 10.814 4 5.3808594 5.0488281 5.3808594 5.0488281 L 5.3671875 5.0644531 C 3.4606632 5.3693645 2 7.0076245 2 9 L 2 15 L 2 15.001953 L 2 21 L 2 21.001953 A 4 4 0 0 0 5.3769531 24.945312 L 5.3808594 24.951172 C 5.3808594 24.951172 10.814 26.001953 15 26.001953 C 19.186 26.001953 24.619141 24.951172 24.619141 24.951172 L 24.621094 24.949219 A 4 4 0 0 0 28 21.001953 L 28 21 L 28 15.001953 L 28 15 L 28 9 A 4 4 0 0 0 24.623047 5.0546875 L 24.619141 5.0488281 C 24.619141 5.0488281 19.186 4 15 4 z M 12 10.398438 L 20 15 L 12 19.601562 L 12 10.398438 z"
|
||||
fill={fill || 'var(--color-white)'}
|
||||
/>
|
||||
</svg>
|
||||
@ -299,7 +299,7 @@ const Discord = ({
|
||||
|
||||
export {
|
||||
Discord,
|
||||
Discourse,
|
||||
Youtube,
|
||||
Facebook,
|
||||
Github,
|
||||
Instagram,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user