Refactor New Ui Bumdes

This commit is contained in:
2026-03-25 00:09:38 +08:00
parent 8159216a2c
commit 84b96ca3be
17 changed files with 797 additions and 412 deletions

View File

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