= ({ children }) => {
return (
<>
-
- JSoD - {title ? title : 'Script'}
-
+ {`JSoD - ${title ? title : 'Script'}`}
{children}
>
);
diff --git a/src/features/not-found/index.tsx b/src/features/not-found/index.tsx
index f807181..f88ca4c 100644
--- a/src/features/not-found/index.tsx
+++ b/src/features/not-found/index.tsx
@@ -1,4 +1,3 @@
-import { Helmet } from 'react-helmet-async';
import { Link } from 'wouter';
import { Button } from '@/components/ui/button';
@@ -6,9 +5,7 @@ import { Button } from '@/components/ui/button';
export default function NotFound() {
return (
<>
-
- JSoD - Not Found
-
+ JSoD - Not Found
Are you searching for a JS editor?