From f80b1a28f36751ecd4f43de54ac278f91ed4305a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 21 Feb 2025 12:46:15 +0100 Subject: [PATCH] GratitudeControl - heart --- .../Subcomponents/Controls/GratitudeControl.tsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/Components/Map/Subcomponents/Controls/GratitudeControl.tsx b/src/Components/Map/Subcomponents/Controls/GratitudeControl.tsx index 473151b0..72373f7c 100644 --- a/src/Components/Map/Subcomponents/Controls/GratitudeControl.tsx +++ b/src/Components/Map/Subcomponents/Controls/GratitudeControl.tsx @@ -1,3 +1,4 @@ +import HeartIcon from '@heroicons/react/24/outline/HeartIcon' import { useNavigate } from 'react-router-dom' import { useAuth } from '#components/Auth/useAuth' @@ -16,20 +17,7 @@ export const GratitudeControl = () => { navigate('/select-user') }} > - - - + }