diff --git a/client/src/components/timetable/ExpandedEventView.tsx b/client/src/components/timetable/ExpandedEventView.tsx index d69934e00..8a176a76e 100644 --- a/client/src/components/timetable/ExpandedEventView.tsx +++ b/client/src/components/timetable/ExpandedEventView.tsx @@ -421,7 +421,7 @@ const ExpandedEventView: React.FC = ({ { - navigator.clipboard.writeText(btoa(JSON.stringify(eventPeriod))); + navigator.clipboard.writeText(url); setAutoVisibility(true); setAlertMsg('Copied to clipboard!'); }}