Hibernate page until the next year

This commit is contained in:
2023-07-25 16:37:31 +03:00
parent f474b8f39b
commit f22db43343
6 changed files with 30 additions and 12 deletions

View File

@@ -12,12 +12,12 @@ function Runosaari({ Component, pageProps }: AppProps) {
<Head>
<title>Runosaari</title>
</Head>
<NavBar />
{/* <NavBar /> */}
<Logo />
<main>
<Component {...pageProps} />
</main>
<NavBar />
{/* <NavBar /> */}
<Footer />
</>
);