Skip to content

Commit

Permalink
Removed addinDownloadLink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovacevic committed Sep 20, 2023
1 parent 58d1f81 commit e530de2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/calendarIntegration/createMeetingSummary.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
export function createMeetingSummary(groupInviteLink, organizer) {
const wireDownloadLink = "https://wire.com/en/download/";
const addinDownloadLink = undefined;
const fullInvite = `<div>
<p>${organizer} is inviting you to join this meeting in Wire.</p>
<p>Join meeting in Wire <a href="${groupInviteLink}">${groupInviteLink}</a></p>
<p><a href="${wireDownloadLink}">Download Wire</a></p>
<p><a href="${addinDownloadLink}">Get Wire add-in for Outlook</a></p>
</div>`;

return fullInvite;
Expand Down

0 comments on commit e530de2

Please sign in to comment.