From ab7899a61cc205b3fa3c82f3031ff28544de5790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 26 Sep 2021 20:57:30 +0200 Subject: [PATCH] Add Twitter link to index --- pages/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/index.js b/pages/index.js index cdd67bd..6de2824 100644 --- a/pages/index.js +++ b/pages/index.js @@ -7,6 +7,7 @@ import GroupIcon from '@material-ui/icons/Group' import MusicNoteIcon from '@material-ui/icons/MusicNote' import {Pleroma, Peertube} from '@icons-pack/react-simple-icons' import TelegramIcon from '@material-ui/icons/Telegram' +import TwitterIcon from '@material-ui/icons/Twitter' import KatKayLa from '../components/kat-kay-la' import HeadLayout from '../components/head-layout' @@ -29,6 +30,12 @@ const useStyles = makeStyles(theme => ({ })) const REZO = [ + { + id: 'twitter', + tit: 'Twitter', + icon: , + link: `https://twitter.com/${TWITTER_USERNAME}` + }, { id: 'telegram', tit: 'Telegram',