Add Bluesky icon
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
import YouTubeIcon from '@mui/icons-material/YouTube'
|
import YouTubeIcon from '@mui/icons-material/YouTube'
|
||||||
import TelegramIcon from '@mui/icons-material/Telegram'
|
import TelegramIcon from '@mui/icons-material/Telegram'
|
||||||
|
import SquareRoundedIcon from '@mui/icons-material/SquareRounded'
|
||||||
|
|
||||||
import PeertubeIcon from './icons/peertube'
|
import PeertubeIcon from './icons/peertube'
|
||||||
import XmppIcon from './icons/xmpp'
|
import XmppIcon from './icons/xmpp'
|
||||||
import XIcon from './icons/x'
|
import XIcon from './icons/x'
|
||||||
|
|
||||||
|
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 xmppContact = process.env.NEXT_PUBLIC_XMPP || 'oki@xmpp.cz'
|
||||||
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
const gadeUsername = process.env.NEXT_PUBLIC_GADE_USERNAME || 'oki'
|
||||||
const youtubeUsername = process.env.NEXT_PUBLIC_YOUTUBE_USERNAME || 'OrganisationKInternationaleOKi'
|
const youtubeUsername = process.env.NEXT_PUBLIC_YOUTUBE_USERNAME || 'OrganisationKInternationaleOKi'
|
||||||
@@ -12,6 +14,11 @@ const tiwtterUsername = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'Organisatio
|
|||||||
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
|
const telegramGroup = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA'
|
||||||
|
|
||||||
export const rezoLis = [
|
export const rezoLis = [
|
||||||
|
{
|
||||||
|
tit: 'Bluesky',
|
||||||
|
lyen: blueskyUrl,
|
||||||
|
icon: <SquareRoundedIcon />
|
||||||
|
},
|
||||||
{
|
{
|
||||||
tit: 'XMPP',
|
tit: 'XMPP',
|
||||||
lyen: `xmpp:${xmppContact}`,
|
lyen: `xmpp:${xmppContact}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user