Add Codeberg in rezoList
This commit is contained in:
@@ -5,7 +5,9 @@ import SquareRoundedIcon from '@mui/icons-material/SquareRounded'
|
||||
import PeertubeIcon from './icons/peertube'
|
||||
import XmppIcon from './icons/xmpp'
|
||||
import XIcon from './icons/x'
|
||||
import CodebergIcon from './icons/codeberg'
|
||||
|
||||
const codebergURL = process.env.NEXT_PUBLIC_CODEBERG || 'https://codeberg.org/OKI'
|
||||
const blueskyUrl = process.env.NEXT_PUBLIC_BLUESKY_URL || 'https://bsky.app/profile/organisationka.bsky.social'
|
||||
const xmppContact = process.env.NEXT_PUBLIC_XMPP || 'oki@xmpp.cz'
|
||||
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
||||
@@ -14,6 +16,11 @@ const tiwtterUsername = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'Organisatio
|
||||
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
|
||||
|
||||
export const rezoLis = [
|
||||
{
|
||||
tit: 'Codeberg',
|
||||
lyen: codebergURL,
|
||||
icon: <CodebergIcon />
|
||||
},
|
||||
{
|
||||
tit: 'Bluesky',
|
||||
lyen: blueskyUrl,
|
||||
|
||||
Reference in New Issue
Block a user