From 749e60ffc61bb62744f6dd1d8d244f0f7e97c860 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 21 Feb 2025 12:30:34 +0100 Subject: [PATCH] StartEndView - calendar x2 --- .../ItemPopupComponents/StartEndView.tsx | 32 +++---------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx index eaf2c56c..ef3295a1 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.tsx @@ -1,4 +1,6 @@ /* eslint-disable @typescript-eslint/prefer-optional-chain */ +import CalendarIcon from '@heroicons/react/24/outline/CalendarIcon' + import type { Item } from '#types/Item' /** @@ -8,20 +10,7 @@ export const StartEndView = ({ item }: { item?: Item }) => { return (
- - - +
- - - +