diff --git a/src/components/common/footer/footer.tsx b/src/components/common/footer/footer.tsx
index 7fcd562..f66eeb1 100644
--- a/src/components/common/footer/footer.tsx
+++ b/src/components/common/footer/footer.tsx
@@ -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:
},
{
- href: 'https://laconic.community/',
- title: 'Discourse',
- logo:
+ href: 'https://www.youtube.com/@laconic-network',
+ title: 'Youtube',
+ logo:
},
{
href: 'https://www.reddit.com/r/LaconicNetwork/',
diff --git a/src/components/common/header/header.ts b/src/components/common/header/header.ts
index fcdab91..d723c4e 100644
--- a/src/components/common/header/header.ts
+++ b/src/components/common/header/header.ts
@@ -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' }
]
},
{
diff --git a/src/components/icons/socials.tsx b/src/components/icons/socials.tsx
index 2f9593c..2096ae2 100644
--- a/src/components/icons/socials.tsx
+++ b/src/components/icons/socials.tsx
@@ -251,7 +251,7 @@ const Instagram = ({
)
}
-const Discourse = ({
+const Youtube = ({
className,
fill
}: {
@@ -268,7 +268,7 @@ const Discourse = ({
@@ -299,7 +299,7 @@ const Discord = ({
export {
Discord,
- Discourse,
+ Youtube,
Facebook,
Github,
Instagram,