Skip to content

Commit aa36d30

Browse files
add sentence to 404
1 parent b37409d commit aa36d30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/src/pages/404.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ import Heading from "@/components/Heading";
88
<section>
99
<Heading level={1}>Page Not Found</Heading>
1010

11-
<p>The content you're looking for does not exist or has been moved.</p>
11+
<p>
12+
The content you're looking for does not exist or has been moved. Check
13+
that the URL in your address bar is correct.
14+
</p>
1215

1316
<div class="row">
1417
<Button design="plain" to="/loci">

0 commit comments

Comments
 (0)