diff --git a/app/ui/acme-logo.tsx b/app/ui/acme-logo.tsx deleted file mode 100644 index 18d8f60..0000000 --- a/app/ui/acme-logo.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import { GlobeAltIcon } from '@heroicons/react/24/outline'; -import { lusitana } from '@/app/ui/fonts'; - -export default function AcmeLogo() { - return ( -
- -

Acme

-
- ); -} diff --git a/app/ui/dashboard/sidenav.tsx b/app/ui/dashboard/sidenav.tsx index 8f0ca14..d116880 100644 --- a/app/ui/dashboard/sidenav.tsx +++ b/app/ui/dashboard/sidenav.tsx @@ -1,6 +1,5 @@ import Link from 'next/link'; import NavLinks from '@/app/ui/dashboard/nav-links'; -import AcmeLogo from '@/app/ui/acme-logo'; import { PowerIcon } from '@heroicons/react/24/outline'; import { gloriaHallelujah } from '@/app/ui/fonts'; @@ -9,7 +8,7 @@ export default function SideNav() {

Wedding Planner