Separate logo from header
This commit is contained in:
@@ -3,11 +3,13 @@ import '../styles/transitions.scss';
|
||||
import type { AppProps } from 'next/app';
|
||||
import Footer from './components/Footer';
|
||||
import Header from './components/Header';
|
||||
import { Logo } from './components/Logo';
|
||||
|
||||
function Runosaari({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<Logo />
|
||||
<main>
|
||||
<Component {...pageProps} />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user