fix:landing drawer image

This commit is contained in:
Rama Priyanto 2025-05-26 08:36:47 +07:00
parent 2c753104f6
commit f40be65e38
1 changed files with 1 additions and 5 deletions

View File

@ -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() {
</div>
<Image
src="/tribrata.png"
width={360}
height={360}
alt="logo"
className="w-[80px] opacity-30"
/>
@ -128,8 +126,6 @@ export default function AnalyticDrawer() {
</div>
<Image
src="/tribrata.png"
width={360}
height={360}
alt="logo"
className="w-[80px] opacity-30"
/>