<span className="text-left text-lg w-[60%]">
{subItem.title}
</span>
</AccordionContent>
</Link>
))}
</AccordionItem>
</Accordion>
</div>
);
})};
</SidebarMenu>
</SidebarGroupContent>
</SidebarGroup>
</SidebarContent>
<SidebarFooter className="flex flex-row items-center justify-center gap-2">
<Link to="config">
<Button variant={'ghost'} className="flex items-center gap-3">
<Settings className="cursor-pointer" />
<p>Config</p>
</Button>
</Link>
</SidebarFooter>
