diff --git a/public/uploads/voice/09d5be1e-251b-4ae7-b694-7b0fbbfcefd6.webm b/public/uploads/voice/09d5be1e-251b-4ae7-b694-7b0fbbfcefd6.webm
new file mode 100644
index 0000000..0ee5bd3
Binary files /dev/null and b/public/uploads/voice/09d5be1e-251b-4ae7-b694-7b0fbbfcefd6.webm differ
diff --git a/public/uploads/voice/9d4622a3-50ec-41fc-b2bf-4ad10c45509f.webm b/public/uploads/voice/9d4622a3-50ec-41fc-b2bf-4ad10c45509f.webm
new file mode 100644
index 0000000..0ee5bd3
Binary files /dev/null and b/public/uploads/voice/9d4622a3-50ec-41fc-b2bf-4ad10c45509f.webm differ
diff --git a/public/uploads/voice/da8c23db-4d1c-449f-975a-8b17048d50de.webm b/public/uploads/voice/da8c23db-4d1c-449f-975a-8b17048d50de.webm
new file mode 100644
index 0000000..51efbba
Binary files /dev/null and b/public/uploads/voice/da8c23db-4d1c-449f-975a-8b17048d50de.webm differ
diff --git a/public/uploads/voice/fc4ae288-90a2-4f86-8f68-5d5e37472658.webm b/public/uploads/voice/fc4ae288-90a2-4f86-8f68-5d5e37472658.webm
new file mode 100644
index 0000000..0ee5bd3
Binary files /dev/null and b/public/uploads/voice/fc4ae288-90a2-4f86-8f68-5d5e37472658.webm differ
diff --git a/src/components/layout/sidebar.tsx b/src/components/layout/sidebar.tsx
index 2f25b89..2b89968 100644
--- a/src/components/layout/sidebar.tsx
+++ b/src/components/layout/sidebar.tsx
@@ -95,7 +95,7 @@ export function Sidebar({ collapsed, onToggle, mobileOpen, onMobileClose }: Side
"relative flex h-10 w-10 items-center justify-center rounded-lg transition-colors",
isActive
? "bg-sidebar-primary text-sidebar-primary-foreground"
- : "text-sidebar-foreground/60 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground"
+ : "text-sidebar-foreground/60 hover:bg-sidebar-accent hover:text-white"
)}
>
@@ -104,7 +104,7 @@ export function Sidebar({ collapsed, onToggle, mobileOpen, onMobileClose }: Side
)}
-
+
{item.label}
@@ -143,12 +143,12 @@ export function Sidebar({ collapsed, onToggle, mobileOpen, onMobileClose }: Side
-
+
Facebook Accounts
diff --git a/src/components/layout/system-monitor.tsx b/src/components/layout/system-monitor.tsx
index dacda7f..f1cff80 100644
--- a/src/components/layout/system-monitor.tsx
+++ b/src/components/layout/system-monitor.tsx
@@ -36,7 +36,7 @@ export function SystemMonitor({ collapsed }: SystemMonitorProps) {
if (collapsed) {
return (
-