remove GADE from rezo lis
Déploiement FRONT PROD / check (push) Successful in 1m58s
Déploiement FRONT PROD / deploy (push) Successful in 20s

This commit is contained in:
2026-05-18 18:57:23 +04:00
parent eef02431b8
commit d02d946cfb
+2 -12
View File
@@ -26,16 +26,6 @@ export const rezoLis = [
lyen: blueskyUrl, lyen: blueskyUrl,
icon: <BlueskyIcon /> icon: <BlueskyIcon />
}, },
{
tit: 'XMPP',
lyen: `xmpp:${xmppContact}`,
icon: <XmppIcon />
},
{
tit: 'Gadé',
lyen: `https://gade.o-k-i.net/a/${gadeUsername}/video-channels`,
icon: <PeertubeIcon />
},
{ {
tit: 'Telegram', tit: 'Telegram',
lyen: `https://t.me/${telegramGroup}`, lyen: `https://t.me/${telegramGroup}`,
@@ -47,8 +37,8 @@ export const rezoLis = [
icon: <YouTubeIcon /> icon: <YouTubeIcon />
}, },
{ {
tit: 'Twitter', tit: 'X',
lyen: `https://twitter.com/${tiwtterUsername}`, lyen: `https://x.com/${tiwtterUsername}`,
icon: <XIcon /> icon: <XIcon />
} }
] ]