Skip to content

Commit 8a2bad7

Browse files
committed
Fix formatting of stripe
1 parent 1e171e9 commit 8a2bad7

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Patron/PricingModal/PricingChoice

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Patron/PricingModal/PricingChoice/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const PricingChoice: React.FC<IPricingChoiceProps> = ({ badge }) => {
9090
<Notice>
9191
You will be billed now and on the{' '}
9292
<strong style={{ color: 'white' }}>
93-
{format(new Date(), 'Do')}
93+
{format(new Date(), 'do')}
9494
</strong>{' '}
9595
of each month thereafter. You can cancel or change your
9696
subscription at any time.

0 commit comments

Comments
 (0)