Skip to content

Commit 9921b76

Browse files
authored
removes trial banner on tablet and smaller (#1516)
1 parent 73f607f commit 9921b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/components/TrialBanner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const TrialBanner = () => {
1919

2020
return (
2121
<div
22-
className="p-4 m-4 text-sm font-medium text-center text-gray-600 bg-yellow-200 rounded-md"
22+
className="hidden p-4 m-4 text-sm font-medium text-center text-gray-600 bg-yellow-200 rounded-md sm:block"
2323
data-testid="trial-banner">
2424
<div className="mb-2 text-left">{t("trial_days_left", { days: trialDaysLeft })}</div>
2525
<Button

0 commit comments

Comments
 (0)