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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + ) }