Removed div that made an extra space

This commit is contained in:
Lucas Oliveira 2024-06-04 14:25:05 -03:00
commit c8fa4d8a37

View file

@ -265,7 +265,6 @@ const SideBarFoldersButtonsComponent = ({
{item.name}
</span>
)}
<div className="flex-1" />
{index > 0 && (
<Button
className="hidden p-0 hover:bg-white group-hover:block hover:dark:bg-[#0c101a00]"