Change Buesky icon
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user