use divs for leads to fix hydration issue
This commit is contained in:
@ -5,9 +5,9 @@ function ErrorPage() {
|
||||
<main className="site-main" id="main">
|
||||
<div>
|
||||
<h1>500: En feil har oppstått</h1>
|
||||
<p className="lead">
|
||||
<div className="lead">
|
||||
Her gikk det skikkelig skeis i datamaskinen. Lykke til videre.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
|
Reference in New Issue
Block a user