diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index bfca8a35..2b1ae764 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -29,7 +29,6 @@ import { PopoverTrigger, } from '@/components/ui/popover'; import { Button } from '@/components/ui/button'; -import { ToggleGroup, ToggleGroupItem } from '@/components/ui/toggle-group'; import { LanguageSelector } from '@/components/ui/language-selector'; import { Badge } from '@/components/ui/badge'; import AccountSettingsDialog from '@/app/home/components/account-settings-dialog/AccountSettingsDialog'; @@ -376,28 +375,32 @@ export default function HomeSidebar({ - - { - if (value) setTheme(value); - }} - className="w-full justify-start" - > - - - - - - - - - - +
+ + +
); }