+ {sidebarGroups.map((group) => (
+
+
+ {group.label}
+
+ {group.items.map((item) => {
+ const isActive = activeSidebarCategory === item.id;
+ return (
+ setCategory(item.id)}
+ />
+ );
+ })}
+
+ ))}
@@ -312,23 +299,11 @@ export function SettingsPanel({
fill="url(#settings-dot-pattern)"
/>
-