Skip to content

Commit 773fab8

Browse files
fix: hide bookings opt-in banner on mobile viewport (calcom#27965)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent ea0c92a commit 773fab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/modules/feature-opt-in/components/FeatureOptInBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function FeatureOptInBanner({
2222
return (
2323
<div
2424
data-testid="feature-opt-in-banner"
25-
className="bg-default border-subtle fixed bottom-5 right-5 z-50 max-w-xs rounded-lg border shadow-lg group">
25+
className="group fixed right-5 bottom-5 z-50 hidden max-w-xs rounded-lg border border-subtle bg-default shadow-lg md:block">
2626
<div className="p-4">
2727
<h3 data-testid="feature-opt-in-banner-title" className="text-emphasis text-lg font-semibold">
2828
{t(featureConfig.i18n.title)}

0 commit comments

Comments
 (0)