Mocked Calendar UI for month view.

This commit is contained in:
Bruno Bernardino
2024-03-17 11:43:58 +00:00
parent 2d70a3817d
commit cfed77c2d4
7 changed files with 833 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ export default function Error404({ state }: PageProps<Data, FreshContextState>)
)
: null}
<p class='my-4'>
The page you were looking for doesn"t exist.
The page you were looking for doesn't exist.
</p>
<a href='/'>Go back home</a>
</section>