change meeting url to a link (#3198)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>pull/3193/head^2
parent
09c8f55682
commit
4a74abcb34
|
@ -63,7 +63,7 @@ export function LocationInfo(props: { calEvent: CalendarEvent; t: TFunction }) {
|
||||||
<div style={{ color: "#494949", fontWeight: 400, lineHeight: "24px" }}>
|
<div style={{ color: "#494949", fontWeight: 400, lineHeight: "24px" }}>
|
||||||
<>
|
<>
|
||||||
{t("meeting_url")}:{" "}
|
{t("meeting_url")}:{" "}
|
||||||
<a href="${meetingUrl}" title={t("meeting_url")} style={{ color: "#3E3E3E" }}>
|
<a href={meetingUrl} title={t("meeting_url")} style={{ color: "#3E3E3E" }}>
|
||||||
{meetingUrl}
|
{meetingUrl}
|
||||||
</a>
|
</a>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue