mirror of
https://github.com/zadam/trilium.git
synced 2025-12-27 02:30:03 +01:00
chore(website): apply content width to 404 page
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user