hides trial banner on tablet (#1783)
This commit is contained in:
parent
55f1d727f8
commit
798930bf23
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const TrialBanner = () => {
|
|||
|
||||
return (
|
||||
<div
|
||||
className="m-4 hidden rounded-md bg-yellow-200 p-4 text-center text-sm font-medium text-gray-600 sm:block"
|
||||
className="m-4 hidden rounded-md bg-yellow-200 p-4 text-center text-sm font-medium text-gray-600 lg:block"
|
||||
data-testid="trial-banner">
|
||||
<div className="mb-2 text-left">{t("trial_days_left", { days: trialDaysLeft })}</div>
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue