From 61fd300bc8283472411f04aa5d6677daaddbad30 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 13 Jul 2021 15:11:01 +0200 Subject: [PATCH] re-added last two commits (
fix and dark mode for all booked today text --- components/booking/AvailableTimes.tsx | 2 +- lib/emails/EventOrganizerMail.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/booking/AvailableTimes.tsx b/components/booking/AvailableTimes.tsx index 68ba0241da..64cb4dd0e7 100644 --- a/components/booking/AvailableTimes.tsx +++ b/components/booking/AvailableTimes.tsx @@ -43,7 +43,7 @@ const AvailableTimes = ({ ))} {isFullyBooked && (
-

{user.name} is all booked today.

+

{user.name} is all booked today.

)} diff --git a/lib/emails/EventOrganizerMail.ts b/lib/emails/EventOrganizerMail.ts index 48b5f078f9..9c60383ce3 100644 --- a/lib/emails/EventOrganizerMail.ts +++ b/lib/emails/EventOrganizerMail.ts @@ -66,13 +66,13 @@ export default class EventOrganizerMail extends EventMail { ${this.calEvent.attendees[0].email}

` + this.getAdditionalBody() + - "
" + `Invitee Time Zone:
${this.calEvent.attendees[0].timeZone}

Additional notes:
${this.calEvent.description} ` + + "
" + this.getAdditionalFooter() + `