mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-23 16:44:29 +00:00
Use <main>
instead of <div>
for the main component
This commit is contained in:
parent
8ee14259ac
commit
556cf860cd
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ const App = ({Component, pageProps}: AppProps) => {
|
|||
<h1>
|
||||
<Image alt={""} src={imgSRound} style={{height: "48px", width: "48px", display: "inline-block", verticalAlign: "text-bottom"}}/> Steffo's website
|
||||
</h1>
|
||||
<div>
|
||||
<main>
|
||||
<Component {...pageProps}/>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
© {new Date().getFullYear()} Stefano Pigozzi | <Link href={"https://github.com/Steffo99/steffoweb-2021"}>Source code</Link>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue