summaryrefslogtreecommitdiff
path: root/examples/portfolio-svelte/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/portfolio-svelte/src')
-rw-r--r--examples/portfolio-svelte/src/pages/404.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/portfolio-svelte/src/pages/404.astro b/examples/portfolio-svelte/src/pages/404.astro
index b379c181b..51faab6c0 100644
--- a/examples/portfolio-svelte/src/pages/404.astro
+++ b/examples/portfolio-svelte/src/pages/404.astro
@@ -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>