Skip to content

Commit

Permalink
fix: missing title and description in Simple Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Jan 3, 2024
1 parent 25f5d72 commit 3e4437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/web/src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Icon } from 'astro-icon/components';
import LayoutSimple from "../layouts/LayoutSimple.astro";
---
<LayoutSimple>
<LayoutSimple title="Page Not Found" description="Page Not Found">
<div
class="flex flex-col justify-center items-center px-6 mx-auto h-screen"
>
Expand Down

0 comments on commit 3e4437c

Please sign in to comment.