Reduce banner height on mobile booker (#17954)

This commit is contained in:
Joe Au-Yeung
2024-12-02 22:30:16 +00:00
committed by GitHub
parent 0aa58c1095
commit 2f9f29511b
+1 -1
View File
@@ -338,7 +338,7 @@ const BookerComponent = ({
{!hideEventTypeDetails && orgBannerUrl && !isPlatform && (
<img
loading="eager"
className="-mb-9 ltr:rounded-tl-md rtl:rounded-tr-md"
className="-mb-9 h-16 object-cover object-top ltr:rounded-tl-md rtl:rounded-tr-md sm:h-auto"
alt="org banner"
src={orgBannerUrl}
/>