diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index f1d781f..9f356e2 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -1,8 +1,8 @@ import React, { useEffect, useRef, useState } from 'react'; import { NavLink, useLocation } from 'react-router-dom'; import SidebarLinkGroup from './SidebarLinkGroup'; -import Logo from '../../images/logo/logo.svg'; import { BiEditAlt, BiFolderOpen, BiHomeSmile, BiSliderAlt } from "react-icons/bi"; +import { LuCrown } from "react-icons/lu"; import { BiCategoryAlt } from "react-icons/bi"; import { LiaRssSolid } from "react-icons/lia"; import { IoIosStats } from "react-icons/io"; @@ -89,9 +89,11 @@ const Sidebar = ({ sidebarOpen, setSidebarOpen }: SidebarProps) => { className={`absolute left-0 top-0 z-9999 flex h-screen w-64 flex-col overflow-y-hidden bg-black duration-300 ease-linear dark:bg-boxdark lg:static lg:translate-x-0 ${sidebarOpen ? 'translate-x-0' : '-translate-x-full' }`} > -
+
- Logo +

+ Thrive Admin +