Create rezoLis
This commit is contained in:
@@ -0,0 +1,33 @@
|
|||||||
|
import TwitterIcon from '@mui/icons-material/Twitter'
|
||||||
|
import YouTubeIcon from '@mui/icons-material/YouTube'
|
||||||
|
|
||||||
|
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'
|
||||||
|
|
||||||
|
export const rezoLis = [
|
||||||
|
{
|
||||||
|
tit: 'Gadé',
|
||||||
|
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: 'YouTube',
|
||||||
|
lyen: `https://www.youtube.com/c/${youtubeUsername}`,
|
||||||
|
icon: <YouTubeIcon />
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tit: 'Twitter',
|
||||||
|
lyen: `https://twitter.com/${tiwtterUsername}`,
|
||||||
|
icon: <TwitterIcon />
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user