diff --git a/components/MiniEventCard.tsx b/components/MiniEventCard.tsx index 3c3f870b..0f303d60 100644 --- a/components/MiniEventCard.tsx +++ b/components/MiniEventCard.tsx @@ -10,23 +10,21 @@ interface EventProps { time: string; } -const DropDownIcon = () => { - return ( - - - - ); -}; +const dropDownIcon = ( + + + +); export const MiniEventCard: React.FC = ({ title,