From af7cff57552efc52fd5683577a83e528ed106c1f Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 23:02:18 +0000 Subject: [PATCH] Seed: developer-tools template (15 files) --- src/pages/Index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 62a61d3..ea3544c 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -273,7 +273,7 @@ export default function IndexPage() {
{tiers.map((tier) => ( - + {tier.popular && (
Most Popular @@ -287,7 +287,7 @@ export default function IndexPage() { Custom ) : ( <> - \${tier.price} + ${tier.price} /mo )} @@ -307,7 +307,7 @@ export default function IndexPage() {