aboutsummaryrefslogtreecommitdiff
path: root/packages/auditor-backoffice-ui/src/paths/notfound/index.tsx
diff options
context:
space:
mode:
authorNic Eigel <nic@eigel.ch>2024-06-24 01:50:38 +0200
committerNic Eigel <nic@eigel.ch>2024-06-24 01:50:38 +0200
commit0b90a34e7c7c5d9bcca9a2ebe74df9fdfafc6577 (patch)
tree6a1818c24f8fcad09d1756d96e171d32a1f9c0f7 /packages/auditor-backoffice-ui/src/paths/notfound/index.tsx
parentbf94287904c08f2c62acbb5b52c2cc0d1fcb964b (diff)
downloadwallet-core-0b90a34e7c7c5d9bcca9a2ebe74df9fdfafc6577.tar.xz
real-time-auditor
Diffstat (limited to 'packages/auditor-backoffice-ui/src/paths/notfound/index.tsx')
-rw-r--r--packages/auditor-backoffice-ui/src/paths/notfound/index.tsx16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/auditor-backoffice-ui/src/paths/notfound/index.tsx b/packages/auditor-backoffice-ui/src/paths/notfound/index.tsx
index 68adb79bf..114b95219 100644
--- a/packages/auditor-backoffice-ui/src/paths/notfound/index.tsx
+++ b/packages/auditor-backoffice-ui/src/paths/notfound/index.tsx
@@ -23,12 +23,12 @@ import { h, VNode } from "preact";
import { Link } from "preact-router";
export default function NotFoundPage(): VNode {
- return (
- <div>
- <p>That page doesn&apos;t exist.</p>
- <Link href="/">
- <h4>Back to Home</h4>
- </Link>
- </div>
- );
+ return (
+ <div>
+ <p>That page doesn&apos;t exist.</p>
+ <Link href="/">
+ <h4>Back to Home</h4>
+ </Link>
+ </div>
+ );
}