fix component usage in portfolio-svelte 404 page (#2549)

This commit is contained in:
mastercoms 2022-03-10 10:36:11 -05:00 committed by GitHub
parent 567008cfc1
commit 52d812b31a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@ import Nav from '../components/Nav.svelte';
<MainHead title="Not Found" />
</head>
<body>
<nav />
<Nav />
<div class="wrapper mt4 mb4">
<h1>Page Not Found</h1>
<p>Not found</p>
</div>
<footer />
<Footer />
</body>
</html>