fix: remove mt (#3740)

* fix: remove mt

* fix: un comment icon

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/3617/head
Udit Takkar 2022-08-09 10:19:46 +05:30 committed by GitHub
parent 87d4afea13
commit 8eb45ee1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -575,9 +575,9 @@ const BookingPage = ({
</p>
</div>
)}
<div className="text-bookinghighlight mb-4 flex text-sm">
<div className="text-bookinghighlight mb-4 flex items-center text-sm">
<Icon.FiCalendar className="mr-[10px] ml-[2px] inline-block h-4 w-4" />
<div className="-mt-1">
<div>
{(rescheduleUid || !eventType.recurringEvent?.freq) &&
parseDate(dayjs(date).tz(timeZone()), i18n)}
{!rescheduleUid &&