hydration warning

This commit is contained in:
Wes Bos 2023-02-21 14:34:15 -05:00
parent 7dbc810f2b
commit f7936d2e50

View file

@ -11,12 +11,12 @@ export default function Layout({ children }) {
<footer>
<center ya-i-used-a-center-tag="sue me">
<p>
Made by <a href="https://wesbos.com">Wes Bos</a> with{' '}
<a href="https://www.remix.run">Remix</a> ©{' '}
Made by <a href="https://wesbos.com">Wes Bos</a> with{" "}
<a href="https://www.remix.run">Remix</a> ©{" "}
{new Date().getFullYear()}
</p>
<p>
Source on{' '}
Source on{" "}
<a href="https://github.com/wesbos/awesome-uses/">GitHub</a>. Add
yourself!
</p>
@ -29,7 +29,7 @@ export default function Layout({ children }) {
<p>
Hosted on <a href="https://netlify.com">Netlify</a>
</p>
<p>Rendered Fresh</p>
<p suppressHydrationWarning>Rendered Fresh</p>
</center>
</footer>
</main>