From 62e302c73c41ec7109726b537a72d8e836e9fc32 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 21 Feb 2025 12:09:04 +0100 Subject: [PATCH] plusbutton - plus --- src/Components/Profile/Subcomponents/PlusButton.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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' }} > - - - + )}