From e4e72a9cfd52c00cbec90c510670ce3f07789e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 24 Dec 2020 13:37:22 +0100 Subject: [PATCH] Remove head from _app --- pages/_app.js | 43 ++++--------------------------------------- 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/pages/_app.js b/pages/_app.js index 5c276b5..68d8dd6 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,6 +1,5 @@ import React from 'react' import PropTypes from 'prop-types' -import Head from 'next/head' import {createMuiTheme, ThemeProvider} from '@material-ui/core/styles' import CssBaseline from '@material-ui/core/CssBaseline' @@ -27,44 +26,10 @@ export default function MyApp(props) { }, []) return ( - <> - - #OKi - Organisation KA Internationale - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + ) }