diff --git a/src/components/common/footer/footer.tsx b/src/components/common/footer/footer.tsx index 7fcd562..59f7283 100644 --- a/src/components/common/footer/footer.tsx +++ b/src/components/common/footer/footer.tsx @@ -1,20 +1,19 @@ import { Discord, - Discourse, Facebook, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } from '~/components/icons/socials' export const DevelopersLinks = [ { href: 'https://docs.laconic.com/', title: 'Developers' }, { 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' } + { href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' } ] 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/footer/index.tsx b/src/components/common/footer/index.tsx index 2d9acb2..a84854e 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -8,13 +8,13 @@ import { ArrowLink } from '~/components/icons/arrow' import { Isotype, LogoFooter } from '~/components/icons/logo' import { Discord, - Discourse, Facebook, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } from '~/components/icons/socials' import { Container } from '~/components/layout/container' import Section from '~/components/layout/section' @@ -264,7 +264,7 @@ export const Footer = ({ data }: Props) => { {link.title} {link?.title === 'Twitter' && } {link?.title === 'Discord' && } - {link?.title === 'Discourse' && } + {link?.title === 'Youtube' && } {link?.title === 'Instagram' && } {link?.title === 'Facebook' && } {link?.title === 'Telegram' && } @@ -291,7 +291,7 @@ export const Footer = ({ data }: Props) => { {link.title} {link?.title === 'Twitter' && } {link?.title === 'Discord' && } - {link?.title === 'Discourse' && } + {link?.title === 'Youtube' && } {link?.title === 'Instagram' && } {link?.title === 'Facebook' && } {link?.title === 'Telegram' && } diff --git a/src/components/common/header/header.ts b/src/components/common/header/header.ts index fcdab91..e0b41ce 100644 --- a/src/components/common/header/header.ts +++ b/src/components/common/header/header.ts @@ -5,8 +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://laconic.community/', title: 'Forum' } + { href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' } ] }, { @@ -28,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' } ] }, diff --git a/src/components/icons/socials.tsx b/src/components/icons/socials.tsx index 2f9593c..99670df 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,12 +299,12 @@ const Discord = ({ export { Discord, - Discourse, Facebook, Github, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } diff --git a/src/components/sections/community/socials/index.tsx b/src/components/sections/community/socials/index.tsx index 6a794d9..ca323e0 100644 --- a/src/components/sections/community/socials/index.tsx +++ b/src/components/sections/community/socials/index.tsx @@ -6,13 +6,13 @@ import { useEffect, useRef } from 'react' import Line from '~/components/icons/line' import { Discord, - Discourse, Facebook, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } from '~/components/icons/socials' import { Container } from '~/components/layout/container' import Section from '~/components/layout/section' @@ -34,7 +34,7 @@ interface Props { } socialsTwitter: string socialsDiscord: string - socialsDiscourse: string + socialsYoutube: string socialsReddit: string socialsTelegram: string socialsLinkedin: string @@ -94,10 +94,10 @@ const Socials = ({ data, alternative }: Props) => { )} - {data?.socialsDiscourse && ( - + {data?.socialsYoutube && ( + - + )} diff --git a/src/lib/cms/queries/community.js b/src/lib/cms/queries/community.js index 850ad39..51678d5 100644 --- a/src/lib/cms/queries/community.js +++ b/src/lib/cms/queries/community.js @@ -57,7 +57,7 @@ const CommunitySocials = { } socialsTwitter socialsDiscord - socialsDiscourse + socialsYoutube socialsReddit socialsTelegram socialsLinkedin