diff options
Diffstat (limited to 'docs/src/pages/404.astro')
-rw-r--r-- | docs/src/pages/404.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/pages/404.astro b/docs/src/pages/404.astro index 242cbf594..8a0bfbb5b 100644 --- a/docs/src/pages/404.astro +++ b/docs/src/pages/404.astro @@ -3,7 +3,7 @@ import SplashLayout from '../layouts/SplashLayout.astro'; --- <SplashLayout title="Not Found"> - <h1>404</h1> - <p>This page isn't in our solar system.</p> - <a href="/">Take me home.</a> + <h1>404</h1> + <p>This page isn't in our solar system.</p> + <a href="/">Take me home.</a> </SplashLayout> |