Add Xmpp to rezoLis
This commit is contained in:
@@ -3,13 +3,20 @@ import YouTubeIcon from '@mui/icons-material/YouTube'
|
||||
import TelegramIcon from '@mui/icons-material/Telegram'
|
||||
|
||||
import PeertubeIcon from './icons/peertube'
|
||||
import XmppIcon from './icons/xmpp'
|
||||
|
||||
const xmppContact = process.env.NEXT_PUBLIC_XMPP || 'organisationka@movim.eu'
|
||||
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
||||
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'
|
||||
|
||||
export const rezoLis = [
|
||||
{
|
||||
tit: 'Xmpp',
|
||||
lyen: `xmpp:${xmppContact}`,
|
||||
icon: <XmppIcon />
|
||||
},
|
||||
{
|
||||
tit: 'Gadé',
|
||||
lyen: `https://gade.o-k-i.net/a/${gadeUsername}/video-channels`,
|
||||
|
||||
Reference in New Issue
Block a user