Skip to content

Commit

Permalink
fix: correct typo on the pricing demo page (#678)
Browse files Browse the repository at this point in the history
suites -> suits
  • Loading branch information
cassidoo authored May 19, 2024
1 parent e136523 commit 2633b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default defineRoute<State>(async (_req, ctx) => {
<main class="mx-auto max-w-5xl w-full flex-1 flex flex-col justify-center px-4">
<div class="mb-8 text-center">
<h1 class="heading-styles">Pricing</h1>
<p class="text-gray-500">Choose the plan that suites you</p>
<p class="text-gray-500">Choose the plan that suits you</p>
</div>
<div class="flex flex-col md:flex-row gap-4">
<FreePlanCard />
Expand Down

0 comments on commit 2633b80

Please sign in to comment.