diff --git a/src/components/layout/sidebar.tsx b/src/components/layout/sidebar.tsx index a944590..90ba5ad 100644 --- a/src/components/layout/sidebar.tsx +++ b/src/components/layout/sidebar.tsx @@ -46,7 +46,7 @@ export function Sidebar() { {/* Logo / Brand */}
- +
@@ -60,15 +60,18 @@ export function Sidebar() { href={item.href} aria-label={item.label} className={cn( - "group relative flex items-center justify-center rounded-md p-3 transition-all duration-300", + "group relative flex items-center justify-center rounded-md p-3 transition-all duration-300 focus-visible:ring-2 focus-visible:ring-white/50 focus-visible:outline-none", isActive ? "bg-white/10 text-white shadow-[0_0_15px_rgba(255,255,255,0.1)]" : "text-white/40 hover:bg-white/5 hover:text-white" )} > - +