change meeting url to a link (#3198)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
This commit is contained in:
Carina Wollendorfer
2022-06-29 12:22:07 -06:00
committed by GitHub
co-authored by CarinaWolli
parent 09c8f55682
commit 4a74abcb34
@@ -63,7 +63,7 @@ export function LocationInfo(props: { calEvent: CalendarEvent; t: TFunction }) {
<div style={{ color: "#494949", fontWeight: 400, lineHeight: "24px" }}>
<>
{t("meeting_url")}:{" "}
<a href="${meetingUrl}" title={t("meeting_url")} style={{ color: "#3E3E3E" }}>
<a href={meetingUrl} title={t("meeting_url")} style={{ color: "#3E3E3E" }}>
{meetingUrl}
</a>
</>