From b616d36fcc60694645c53875f7edb280c481e98c Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sat, 29 Jan 2022 13:48:15 +0000 Subject: [PATCH] minor fixes to billing page and trial banner (#1648) --- ee/components/TrialBanner.tsx | 2 +- pages/settings/billing.tsx | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ee/components/TrialBanner.tsx b/ee/components/TrialBanner.tsx index eedb0cb598..5fe9b9fc3b 100644 --- a/ee/components/TrialBanner.tsx +++ b/ee/components/TrialBanner.tsx @@ -23,7 +23,7 @@ const TrialBanner = () => { data-testid="trial-banner">
{t("trial_days_left", { days: trialDaysLeft })}
@@ -56,7 +58,12 @@ export default function Billing() {

{t("further_billing_help")}

-