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') }} > - - - + }