Skip to content

Commit

Permalink
fix: rename plan from free to starter (#16)
Browse files Browse the repository at this point in the history
Rename `free` to `starter` like stripe naming
  • Loading branch information
vasco-santos authored Nov 14, 2023
1 parent a1804c2 commit eb5b73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default async function PricingPage () {
<section className='max-w-6xl mx-auto pt-20 md:pt-28 px-3 pb-20'>
<div className="md:flex text-zinc-950 gap-3 lg:gap-7 items-end">
<div className='md:w-1/3'>
<PlanCard name='Free' price='$0' storage='5GB' storageExcess='$0.15/GB' />
<PlanCard name='Starter' price='$0' storage='5GB' storageExcess='$0.15/GB' />
</div>
<div className='md:w-1/3 pt-8 md:pt-0'>
<PlanCard name='Lite' price='$10' storage='100GB' storageExcess='$0.05/GB' />
Expand Down

0 comments on commit eb5b73e

Please sign in to comment.