diff --git a/frontend/src/containers/map/content/map/layers-toolbox/index.tsx b/frontend/src/containers/map/content/map/layers-toolbox/index.tsx index dd46fbaa..10e6a9ae 100644 --- a/frontend/src/containers/map/content/map/layers-toolbox/index.tsx +++ b/frontend/src/containers/map/content/map/layers-toolbox/index.tsx @@ -1,5 +1,3 @@ -// import { LuChevronDown, LuChevronUp } from 'react-icons/lu'; - import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs'; import { useSyncMapLayers } from '../sync-settings'; @@ -9,37 +7,24 @@ import Legend from './legend'; const TABS_TRIGGER_CLASSES = 'group flex flex-1 items-center space-x-1 rounded-none border border-b-0 border-black py-3 px-6 font-mono text-sm font-bold uppercase leading-none text-black last:border-l-0 data-[state=active]:bg-orange'; -// const TABS_ICONS_CLASSES = 'w-6 h-6 -translate-y-[2px]'; const LayersToolbox = (): JSX.Element => { const [activeLayers] = useSyncMapLayers(); return ( - layers - {/* - */} + Layers - legend - {/* - */} + Legend -
+