From f40be65e389f239fd674e92b3bbc0153208ac635 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 26 May 2025 08:36:47 +0700 Subject: [PATCH] fix:landing drawer image --- components/landing/drawer.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/landing/drawer.tsx b/components/landing/drawer.tsx index 77924aa..0cd78e6 100644 --- a/components/landing/drawer.tsx +++ b/components/landing/drawer.tsx @@ -6,11 +6,11 @@ import { DrawerBody, DrawerContent, DrawerHeader, + Image, useDisclosure, } from "@heroui/react"; import { ChevronDownIcon, LandingAnalyticIcon, UserIcon } from "../icons"; import { MasterUsersIcon } from "../icons/sidebar-icon"; -import Image from "next/image"; import { useEffect, useState } from "react"; import { getActivity } from "@/services/activity-log"; @@ -104,8 +104,6 @@ export default function AnalyticDrawer() { logo @@ -128,8 +126,6 @@ export default function AnalyticDrawer() { logo