diff --git a/app/soapbox/features/event/event-information.tsx b/app/soapbox/features/event/event-information.tsx index 49382da25..b12469d9b 100644 --- a/app/soapbox/features/event/event-information.tsx +++ b/app/soapbox/features/event/event-information.tsx @@ -121,8 +121,8 @@ const EventInformation: React.FC = ({ params }) => { {status.event.links.map(link => ( - - {link.url.replace(/^https?:\/\//, '')} + + {link.remote_url.replace(/^https?:\/\//, '')} ))}