Fix New UI Pengaduan

This commit is contained in:
2026-03-18 00:34:53 +07:00
parent 158a2db435
commit 0a97e31416
8 changed files with 280 additions and 656 deletions

View File

@@ -61,7 +61,10 @@ export function Sidebar({ className }: SidebarProps) {
return (
<Box className={className}>
{/* Logo */}
<Image src="/logo-desa-plus.png" alt="Logo" />
<Image
src={dark ? "/white.png" : "/light-mode.png"}
alt="Logo"
/>
{/* Search */}
<Box p="md">