From 9429c5743ea0e312dc4afc95380c2857fb88186f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 22 Jan 2022 12:31:55 +0400 Subject: [PATCH] Remove logo and rezo from index --- pages/index.js | 82 +++----------------------------------------------- 1 file changed, 5 insertions(+), 77 deletions(-) diff --git a/pages/index.js b/pages/index.js index 80c2a97..a3c81b1 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,58 +1,10 @@ import PropTypes from 'prop-types' -import Image from 'next/image' -import {Container, Grid, Typography, Button, Box} from '@mui/material' -import GroupIcon from '@mui/icons-material/Group' -import MusicNoteIcon from '@mui/icons-material/MusicNote' -import {Pleroma, Peertube, Paypal} from '@icons-pack/react-simple-icons' -import TelegramIcon from '@mui/icons-material/Telegram' -import TwitterIcon from '@mui/icons-material/Twitter' +import {Container, Grid, Typography, Box} from '@mui/material' import KatKayLa from '../components/kat-kay-la' import HeadLayout from '../components/head-layout' import Footer from '../components/footer' import {jwennTeksKantite, jwennAwtisKantite} from '../lib/oki-api' -import RezoMenu from '../components/rezo-menu' - -import okiLogo from '../public/logo-192x110.png' - -const TELEGRAM_GROUP = process.env.NEXT_PUBLIC_TELEGRAM_GROUP || 'OrganisationKA' -const TWITTER_USERNAME = process.env.NEXT_PUBLIC_TWITTER_USERNAME || 'OrganisationKA' -const PAYPAL_DONATE_ID = process.env.NEXT_PUBLIC_PAYPAL_ADDRESS || '5Q3KPR79CAZVW' - -const REZO = [ - { - id: 'twitter', - tit: 'Twitter', - icon: , - link: `https://twitter.com/${TWITTER_USERNAME}` - }, - { - id: 'telegram', - tit: 'Telegram', - icon: , - link: `https://t.me/${TELEGRAM_GROUP}` - }, - { - id: 'mizik', - tit: 'Mizik', - icon: - }, - { - id: 'pale', - tit: 'Palé', - icon: - }, - { - id: 'gade', - tit: 'Gadé', - icon: - }, - { - id: 'mobilize', - tit: 'Mobilizé', - icon: - } -] export default function Home({kantiteAwtis, kantiteTeks}) { const kantite = [ @@ -63,39 +15,15 @@ export default function Home({kantiteAwtis, kantiteTeks}) { return ( - + - Logo #OKi + #OKi + + Organisation KA Internationale - - - - - - - - - - - {kantite.map(k => )}