We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f607f commit 9921b76Copy full SHA for 9921b76
ee/components/TrialBanner.tsx
@@ -19,7 +19,7 @@ const TrialBanner = () => {
19
20
return (
21
<div
22
- className="p-4 m-4 text-sm font-medium text-center text-gray-600 bg-yellow-200 rounded-md"
+ className="hidden p-4 m-4 text-sm font-medium text-center text-gray-600 bg-yellow-200 rounded-md sm:block"
23
data-testid="trial-banner">
24
<div className="mb-2 text-left">{t("trial_days_left", { days: trialDaysLeft })}</div>
25
<Button
0 commit comments