mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(website): apply content width to 404 page
This commit is contained in:
parent
7c30bc9c72
commit
3c2263db86
@ -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…
x
Reference in New Issue
Block a user