diff --git a/components/rezo-imaj.js b/components/rezo-imaj.js index 2ff4f74..22fb91c 100644 --- a/components/rezo-imaj.js +++ b/components/rezo-imaj.js @@ -9,6 +9,7 @@ import ouwe from '../public/captures/ouwe.png' import ekriti from '../public/captures/ekriti.png' import mobilize from '../public/captures/mobilize.png' import mizik from '../public/captures/mizik.png' +import zwezo from '../public/captures/zwezo.png' export default function RezoImaj({tit, img, open, setOpen}) { const isSmallDevice = useMediaQuery('(max-width:1160px)') @@ -17,6 +18,10 @@ export default function RezoImaj({tit, img, open, setOpen}) { return lyannaj } + if (source === 'zwezo') { + return zwezo + } + if (source === 'pale') { return pale } diff --git a/lib/rezo-lis.js b/lib/rezo-lis.js index 3bab673..571cc81 100644 --- a/lib/rezo-lis.js +++ b/lib/rezo-lis.js @@ -40,6 +40,20 @@ export const rezoLis = [ ] export const rezoNou = [ + { + tit: 'Gadé', + img: 'gade', + soutit: 'Alternative pour YouTube', + ko: 'Vous pouvez commenter les vidéos avec un compte "Palé"', + lyen: 'https://gade.o-k-i.net/' + }, + { + tit: 'Zwézo', + img: 'zwezo', + soutit: 'Twitter sur le Fediverse', + ko: 'Permet de suivre un compte Twitter depuis le Fediverse', + lyen: 'https://zwezo.o-k-i.net/' + }, { tit: 'Lyannaj', img: 'lyannaj', @@ -81,12 +95,5 @@ export const rezoNou = [ soutit: 'Alternative pour SoundCloud', ko: 'Streaming gratuit et sans inscription obligatoire', lyen: 'https://mizik.o-k-i.net/' - }, - { - tit: 'Gadé', - img: 'gade', - soutit: 'Alternative pour YouTube', - ko: 'Vous pouvez commenter les vidéos avec un compte "Palé"', - lyen: 'https://gade.o-k-i.net/' } ] diff --git a/public/captures/zwezo.png b/public/captures/zwezo.png new file mode 100644 index 0000000..ac4995d Binary files /dev/null and b/public/captures/zwezo.png differ