|
|
@ -15,7 +15,6 @@ import receipt from "./receipt-text.svg"; |
|
|
|
import profileIcon from "./profilee.svg"; |
|
|
|
import profileIcon from "./profilee.svg"; |
|
|
|
import setting from "./setting.svg"; |
|
|
|
import setting from "./setting.svg"; |
|
|
|
import logout from "./logout.svg"; |
|
|
|
import logout from "./logout.svg"; |
|
|
|
import search from "./search-normal.svg"; |
|
|
|
|
|
|
|
import notification from "./notification.svg"; |
|
|
|
import notification from "./notification.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const SidebarMenu = ({ items, buttons, username, userJob, className }) => { |
|
|
|
const SidebarMenu = ({ items, buttons, username, userJob, className }) => { |
|
|
@ -95,7 +94,7 @@ const SidebarMenu = ({ items, buttons, username, userJob, className }) => { |
|
|
|
transform: "translate(-11%,-9px)", |
|
|
|
transform: "translate(-11%,-9px)", |
|
|
|
}} |
|
|
|
}} |
|
|
|
> |
|
|
|
> |
|
|
|
<div className=" transition duration-300 ease-linear text-gray-400 border-r-2 border-gray-300"> |
|
|
|
<div className="transition duration-300 ease-linear text-gray-400 border-r-2 border-gray-300"> |
|
|
|
- |
|
|
|
- |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
<div |
|
|
|