fix component usage in portfolio-svelte 404 page (#2549)
This commit is contained in:
parent
567008cfc1
commit
52d812b31a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue