From d555380ab5c0541a24e06368534239d00cb915d1 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Wed, 3 May 2023 18:26:29 +0200 Subject: [PATCH] add currency to pricing page --- src/pages/pricing.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index c7089ff..5edaebd 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -66,7 +66,7 @@ export default function Pricing() { {[ { name: "Free", - price: { monthly: 0, annual: 0 }, + price: { monthly: "$0", annual: "$0" }, features: [ { feature: "Unlimited recording", @@ -101,7 +101,7 @@ export default function Pricing() { }, { name: "Pro", - price: { monthly: 5, annual: 4 }, + price: { monthly: "$5", annual: "$4" }, features: [ { feature: "Unlimited recording",