Skip to content

Commit

Permalink
Fixed typo in the title of the 404 page.
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed Nov 3, 2022
1 parent f2f3dd6 commit f93594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import DefaultLayout from '../layouts/DefaultLayout.astro'
---

<DefaultLayout title="About">
<DefaultLayout title="404">
<section class="margin-48">
<div class="container">
<h1>404</h1><br>
Expand Down

0 comments on commit f93594f

Please # to comment.