Change Buesky icon

This commit is contained in:
2024-02-05 18:57:59 +01:00
parent ed4bf1d904
commit 47306f5c7b
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
import YouTubeIcon from '@mui/icons-material/YouTube'
import TelegramIcon from '@mui/icons-material/Telegram'
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'
import BlueskyIcon from './icons/bluesky'
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'
@@ -24,7 +24,7 @@ export const rezoLis = [
{
tit: 'Bluesky',
lyen: blueskyUrl,
icon: <SquareRoundedIcon />
icon: <BlueskyIcon />
},
{
tit: 'XMPP',