fix bullshit hydration mismatch

This commit is contained in:
2022-12-27 15:21:21 +01:00
parent 93d00d4634
commit 10b2d549f8

View File

@@ -33,7 +33,7 @@ const PageError404 = () => {
</p>
</div>
</div>
<p style={{ textAlign: "center", lineHeight: "1.5rem" }}>
<div style={{ textAlign: "center", lineHeight: "1.5rem" }}>
<span
style={{
padding: "4px",
@@ -45,7 +45,7 @@ const PageError404 = () => {
{useRouter().asPath}
</span>{" "}
nie jest poprawnym adresem.
</p>
</div>
</>
);
};