We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e171e9 commit 8a2bad7Copy full SHA for 8a2bad7
packages/app/src/app/pages/Patron/PricingModal/PricingChoice/index.tsx
@@ -90,7 +90,7 @@ export const PricingChoice: React.FC<IPricingChoiceProps> = ({ badge }) => {
90
<Notice>
91
You will be billed now and on the{' '}
92
<strong style={{ color: 'white' }}>
93
- {format(new Date(), 'Do')}
+ {format(new Date(), 'do')}
94
</strong>{' '}
95
of each month thereafter. You can cancel or change your
96
subscription at any time.
0 commit comments