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 TelegramIcon from '@mui/icons-material/Telegram'
|
||||||
|
|
||||||
import PeertubeIcon from './icons/peertube'
|
import PeertubeIcon from './icons/peertube'
|
||||||
import PleromaIcon from './icons/pleroma'
|
|
||||||
|
|
||||||
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
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 youtubeUsername = process.env.NEXT_PUBLIC_YOUTUBE_USERNAME || 'OrganisationKInternationaleOKi'
|
||||||
const tiwtterUsername = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'OrganisationKA'
|
const tiwtterUsername = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'OrganisationKA'
|
||||||
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || '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`,
|
lyen: `https://gade.o-k-i.net/a/${gadeUsername}/video-channels`,
|
||||||
icon: <PeertubeIcon />
|
icon: <PeertubeIcon />
|
||||||
},
|
},
|
||||||
{
|
|
||||||
tit: 'Palé',
|
|
||||||
lyen: `https://pale.o-k-i.net/${paleUsername}`,
|
|
||||||
icon: <PleromaIcon />
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tit: 'Telegram',
|
tit: 'Telegram',
|
||||||
lyen: `https://t.me/${telegramGroup}`,
|
lyen: `https://t.me/${telegramGroup}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user