use divs for leads to fix hydration issue

This commit is contained in:
2024-07-14 19:31:23 +02:00
parent 98df8f7b2f
commit 9b7b63f679
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ function NotFoundPage() {
<main className="site-main" id="main">
<div>
<h1>404: Side ikke funnet</h1>
<p className="lead">Denne siden er grisefest. Lykke til videre.</p>
<div className="lead">Denne siden er grisefest. Lykke til videre.</div>
</div>
</main>
);