diff --git a/client/src/components/map/legend/item-types/choropleth/index.tsx b/client/src/components/map/legend/item-types/choropleth/index.tsx index 3723919..310219f 100644 --- a/client/src/components/map/legend/item-types/choropleth/index.tsx +++ b/client/src/components/map/legend/item-types/choropleth/index.tsx @@ -35,7 +35,7 @@ export const LegendTypeChoropleth: React.FC = ({ {items.map(({ color, value }) => (
  • { +const Card = ({ children, title, info, className }: CardProps) => { return (
    { > {title && (
    -

    {title}

    +

    {title}

    + {info && }
    )} {children} diff --git a/client/src/containers/home/index.tsx b/client/src/containers/home/index.tsx index 9346fae..b3f11cd 100644 --- a/client/src/containers/home/index.tsx +++ b/client/src/containers/home/index.tsx @@ -56,7 +56,7 @@ export default function Home() { - +