Skip to content

Commit

Permalink
🐛 fix: Fix a typo in pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 26, 2024
1 parent 0d36acb commit c39866a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/routes/pricing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default component$(() => {
<path fill-rule="evenodd" d="M2 10a.75.75 0 01.75-.75h12.59l-2.1-1.95a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.1-1.95H2.75A.75.75 0 012 10z" clip-rule="evenodd"></path>
</svg>
</div>
<p>Unlimited cloud saves</p>
<p>Unlimited cloud saves <sup>1</sup></p>
</div>
</div>
<div class="gap-2.5 flex relative items-center w-full" >
Expand Down

0 comments on commit c39866a

Please sign in to comment.