Remove Pleroma from footer
This commit is contained in:
@@ -3,10 +3,8 @@ import YouTubeIcon from '@mui/icons-material/YouTube'
|
||||
import TelegramIcon from '@mui/icons-material/Telegram'
|
||||
|
||||
import PeertubeIcon from './icons/peertube'
|
||||
import PleromaIcon from './icons/pleroma'
|
||||
|
||||
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
||||
const paleUsername = process.env.NEXT_PUBLIC_PALE_USERNAME || '@admin'
|
||||
const youtubeUsername = process.env.NEXT_PUBLIC_YOUTUBE_USERNAME || 'OrganisationKInternationaleOKi'
|
||||
const tiwtterUsername = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'OrganisationKA'
|
||||
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
|
||||
@@ -17,11 +15,6 @@ export const rezoLis = [
|
||||
lyen: `https://gade.o-k-i.net/a/${gadeUsername}/video-channels`,
|
||||
icon: <PeertubeIcon />
|
||||
},
|
||||
{
|
||||
tit: 'Palé',
|
||||
lyen: `https://pale.o-k-i.net/${paleUsername}`,
|
||||
icon: <PleromaIcon />
|
||||
},
|
||||
{
|
||||
tit: 'Telegram',
|
||||
lyen: `https://t.me/${telegramGroup}`,
|
||||
|
||||
Reference in New Issue
Block a user