diff --git a/src/Components/Profile/Subcomponents/PlusButton.tsx b/src/Components/Profile/Subcomponents/PlusButton.tsx index c8122d95..accd8548 100644 --- a/src/Components/Profile/Subcomponents/PlusButton.tsx +++ b/src/Components/Profile/Subcomponents/PlusButton.tsx @@ -1,5 +1,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-unsafe-call */ +import PlusIcon from '@heroicons/react/24/outline/PlusIcon' + import { useHasUserPermission } from '#components/Map/hooks/usePermissions' import type { LayerProps } from '#types/LayerProps' @@ -28,16 +30,7 @@ export function PlusButton({ }} style={{ backgroundColor: color, color: '#fff' }} > - - - + )}