From f945f080883e9b01d5f733dcc7d0a6b05e0976e2 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 11 Aug 2024 12:37:05 +0200 Subject: [PATCH] Fix home navigation --- app/ui/acme-logo.tsx | 13 ------------- app/ui/dashboard/sidenav.tsx | 3 +-- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 app/ui/acme-logo.tsx 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