mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 22:31:14 +08:00
chore(website): apply content width to 404 page
This commit is contained in:
parent
7c30bc9c72
commit
3c2263db86
1 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import Section from "../components/Section";
|
||||
|
||||
export function NotFound() {
|
||||
return (
|
||||
<section>
|
||||
<h1>404: Not Found</h1>
|
||||
<Section title="404: Not Found">
|
||||
<p>It's gone :(</p>
|
||||
</section>
|
||||
</Section>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue