Add socials

This commit is contained in:
2021-12-17 20:43:54 +01:00
parent 2cad9874c2
commit 4a869f2f6a
6 changed files with 121 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ function MyApp({ Component, pageProps }: AppProps) {
<meta name="msapplication-TileImage" content="/mstile-310x310.png" />
<meta name="theme-color" content="#444444" />
</Head>
<Component {...pageProps} />;
<Component {...pageProps} />
</>;
}