diff --git a/bun.lockb b/bun.lockb index b3425e5c..9717d791 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/app/(dashboard)/app/_components/side-menu.tsx b/src/app/(dashboard)/app/_components/side-menu.tsx index 0e46d339..f4e3f575 100644 --- a/src/app/(dashboard)/app/_components/side-menu.tsx +++ b/src/app/(dashboard)/app/_components/side-menu.tsx @@ -12,6 +12,7 @@ import { CreateModulePopover } from './create-module-popover'; import type { IconNames } from '@/primitives/icon'; import { Icon } from '@/primitives/icon'; import { Button } from '@/primitives/button'; +import { constants } from '@/constants'; const iconSize = 15; @@ -94,7 +95,11 @@ export async function SideMenu() { className="justify-start gap-3 font-normal" asChild > - + Feedback @@ -103,7 +108,7 @@ export async function SideMenu() { className="justify-start gap-3 font-normal" asChild > - + Help & Support diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 0fe08d7f..97a48fd1 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -2,6 +2,7 @@ import { Button } from '@/primitives/button'; import { Footer } from './(site)/_components/footer'; import { Navbar } from './(site)/_components/navbar'; import Link from 'next/link'; +import { constants } from '@/constants'; export default function NotFoundPage() { return ( @@ -9,24 +10,31 @@ export default function NotFoundPage() {
-
-
-
- -
+
+
+

404

-

- According to our very accurate records, this page does not exist. +

+ Oops! Page not found +

+

+ It looks like this page has gone on an adventure. Maybe it's + hanging out with all those missing socks from the laundry.

- +
+ + +