diff --git a/src/components/Admin/Navbar/navbar.tsx b/src/components/Admin/Navbar/navbar.tsx index 438bbaf..5b7cbce 100644 --- a/src/components/Admin/Navbar/navbar.tsx +++ b/src/components/Admin/Navbar/navbar.tsx @@ -5,7 +5,6 @@ import { FiChevronDown, FiChevronsRight, FiUser } from "react-icons/fi"; import { RiCoupon3Line } from "react-icons/ri"; import { motion } from "framer-motion"; import Link from "next/link"; -import Image from "next/image"; export const AdminNavbar = () => { return ( @@ -141,8 +140,21 @@ const TitleSection = ({ open }: { open: boolean }) => { const Logo = () => { // Temp logo from https://logoipsum.com/ return ( - - logo + + + + + ); };