diff --git a/src/frontend/src/components/MapLegends.tsx b/src/frontend/src/components/MapLegends.tsx index 3fde7ad96..9289a1a4f 100755 --- a/src/frontend/src/components/MapLegends.tsx +++ b/src/frontend/src/components/MapLegends.tsx @@ -52,26 +52,23 @@ const MapLegends = ({ defaultTheme }: { defaultTheme: any }) => { const LegendListItem = ({ data }: { data: mapDetialsType }) => { return (
-
- {data.type !== 'locked' ? ( - - ) : ( - - )} -
-

{data.value}

+ {data.type !== 'locked' ? ( +
+ ) : ( + + )} +

{data.value}

); }; return (
-
+
{MapDetails.map((data, index) => { return ; })} diff --git a/src/frontend/src/components/common/Accordion.tsx b/src/frontend/src/components/common/Accordion.tsx index 6fd0c1751..976cccaec 100644 --- a/src/frontend/src/components/common/Accordion.tsx +++ b/src/frontend/src/components/common/Accordion.tsx @@ -33,7 +33,7 @@ export default function Accordion({
{ diff --git a/src/frontend/src/views/ProjectDetailsV2.tsx b/src/frontend/src/views/ProjectDetailsV2.tsx index dd35226ae..9b23bf358 100644 --- a/src/frontend/src/views/ProjectDetailsV2.tsx +++ b/src/frontend/src/views/ProjectDetailsV2.tsx @@ -509,14 +509,14 @@ const ProjectDetailsV2 = () => { popupId="locked-popup" className="fmtm-w-[235px]" /> -
+
} header={
- -

Legend

+ +

LEGEND

} onToggle={() => {