more Discourse rm
This commit is contained in:
parent
19adb4e2e2
commit
e51f240048
@ -1,6 +1,6 @@
|
||||
import {
|
||||
Discord,
|
||||
Discourse,
|
||||
Youtube,
|
||||
Facebook,
|
||||
Instagram,
|
||||
Linkedin,
|
||||
|
||||
@ -8,7 +8,7 @@ import { ArrowLink } from '~/components/icons/arrow'
|
||||
import { Isotype, LogoFooter } from '~/components/icons/logo'
|
||||
import {
|
||||
Discord,
|
||||
Discourse,
|
||||
Youtube,
|
||||
Facebook,
|
||||
Instagram,
|
||||
Linkedin,
|
||||
@ -264,7 +264,7 @@ export const Footer = ({ data }: Props) => {
|
||||
<span className="sr-only">{link.title}</span>
|
||||
{link?.title === 'Twitter' && <Twitter />}
|
||||
{link?.title === 'Discord' && <Discord />}
|
||||
{link?.title === 'Discourse' && <Discourse />}
|
||||
{link?.title === 'Youtube' && <Youtube />}
|
||||
{link?.title === 'Instagram' && <Instagram />}
|
||||
{link?.title === 'Facebook' && <Facebook />}
|
||||
{link?.title === 'Telegram' && <Telegram />}
|
||||
@ -291,7 +291,7 @@ export const Footer = ({ data }: Props) => {
|
||||
<span className="sr-only">{link.title}</span>
|
||||
{link?.title === 'Twitter' && <Twitter />}
|
||||
{link?.title === 'Discord' && <Discord />}
|
||||
{link?.title === 'Discourse' && <Discourse />}
|
||||
{link?.title === 'Youtube' && <Youtube />}
|
||||
{link?.title === 'Instagram' && <Instagram />}
|
||||
{link?.title === 'Facebook' && <Facebook />}
|
||||
{link?.title === 'Telegram' && <Telegram />}
|
||||
|
||||
@ -6,7 +6,7 @@ import { useEffect, useRef } from 'react'
|
||||
import Line from '~/components/icons/line'
|
||||
import {
|
||||
Discord,
|
||||
Discourse,
|
||||
Youtube,
|
||||
Facebook,
|
||||
Instagram,
|
||||
Linkedin,
|
||||
@ -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) => {
|
||||
</a>
|
||||
</Link>
|
||||
)}
|
||||
{data?.socialsDiscourse && (
|
||||
<Link href={data?.socialsDiscourse}>
|
||||
{data?.socialsYoutube && (
|
||||
<Link href={data?.socialsYoutube}>
|
||||
<a target="_blank">
|
||||
<Discourse />
|
||||
<Youtube />
|
||||
</a>
|
||||
</Link>
|
||||
)}
|
||||
|
||||
@ -57,7 +57,7 @@ const CommunitySocials = {
|
||||
}
|
||||
socialsTwitter
|
||||
socialsDiscord
|
||||
socialsDiscourse
|
||||
socialsYoutube
|
||||
socialsReddit
|
||||
socialsTelegram
|
||||
socialsLinkedin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user