feat: Divider on top of logout button sidebar

This commit is contained in:
Hafid Nur
2025-03-27 15:08:22 +07:00
parent bc9a0fd740
commit 7606c5b4e2
@@ -60,6 +60,7 @@ export const BackofficeSidebar: FC = (): ReactElement => {
{/* Log Out Button */}
<div className="w-full">
<hr className="mb-5 border-primary-200" />
<Button
variant="text"
className="items-start justify-start gap-3 px-[8px] py-[10px] text-gray-700 hover:text-red-500 transition-colors w-full"