Skip to content

Commit

Permalink
chore: add storing line
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed May 22, 2024
1 parent 06852c3 commit ffb40d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/PricingPage/PricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default function PricingPage() {
</div>

<div className="column is-4">
<PricingCard price="€28.50" title="Patreon membership" benefits={['Unlimited conversions (9GB++)']}
<PricingCard price="€28.50" title="Patreon membership"
benefits={['Unlimited conversions (9GB++)', 'Uploads are stored indefinitely']}
link={patreonLink} linkText="Join" />
</div>
</div>
Expand Down

0 comments on commit ffb40d5

Please sign in to comment.