Skip to content

Commit

Permalink
chore: update message in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
eldemcan committed Aug 24, 2023
1 parent 672eab9 commit f59df21
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/user/account/_components/SubscriptionDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,12 @@ const SubscriptionDetails: React.FC = (): React.ReactElement => {
}}
>
<WarningIcon sx={{ mr: 2 }} />
Your free trial expires on {freeTrialEnds}. Upgrade to continue
using Stormkit.
Your free trial is scheduled to conclude on {freeTrialEnds}. If
you want more time to explore don't hesitate to reach out.
We're more than happy to extend your trial!
If there's a specific feature you're excited to see in the
future, let us know. We're here to listen and make your experience
with Stormkit even better.
</Typography>
)}
{loading && <Spinner width={6} height={6} primary />}
Expand Down

0 comments on commit f59df21

Please sign in to comment.