diff --git a/src/Pages/Events/EventDetails.js b/src/Pages/Events/EventDetails.js index feec46a40..550bb9a16 100644 --- a/src/Pages/Events/EventDetails.js +++ b/src/Pages/Events/EventDetails.js @@ -8,7 +8,7 @@ import { sanitizeMarkdown } from "utils/sanitizeHtml"; import { toast } from "react-toastify"; import { Link, useParams, useNavigate } from "react-router-dom"; import useKeyboardShortcuts from "hooks/useKeyboardShortcuts"; -import { Calendar, MapPin, Clock, Tag, CalendarPlus, Link2, Check } from "lucide-react"; +import { Calendar, MapPin, Clock, Tag, CalendarPlus, Link2, Check, Copy } from "lucide-react"; import { getEventStatus, isEventRegistrationClosed } from "utils/eventUtils"; import { useAuth } from "context/AuthContext"; import useBookmarks from "hooks/useBookmarks"; @@ -597,12 +597,26 @@ const lastUpdated = getLastUpdated(event.updatedAt); -
Location
-{event.location || "Online"}
+Location
+{event.location || "Online"}
+