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
parent
87d4afea13
commit
8eb45ee1eb
|
@ -575,9 +575,9 @@ const BookingPage = ({
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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" />
|
<Icon.FiCalendar className="mr-[10px] ml-[2px] inline-block h-4 w-4" />
|
||||||
<div className="-mt-1">
|
<div>
|
||||||
{(rescheduleUid || !eventType.recurringEvent?.freq) &&
|
{(rescheduleUid || !eventType.recurringEvent?.freq) &&
|
||||||
parseDate(dayjs(date).tz(timeZone()), i18n)}
|
parseDate(dayjs(date).tz(timeZone()), i18n)}
|
||||||
{!rescheduleUid &&
|
{!rescheduleUid &&
|
||||||
|
|
Loading…
Reference in New Issue