@ -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>