update 5 files

master
mahdi andalib 3 years ago
parent 988295af64
commit 8d0b11487c
  1. 2
      src/components/Sidebar/SidebarMenu/index.js

@ -74,7 +74,7 @@ const SidebarMenu = ({ items, buttons }) => {
key={i}
className="flex flex-row items-center cursor-pointer hover:bg-blue-100 rounded-md p-2"
>
<img src={button.icon} alt="" />
<img src={button.icon} alt="icon" />
<p className="text-blue-600 text-sm flex-1 mx-2">
{button.title}
</p>

Loading…
Cancel
Save