add currency to pricing page
This commit is contained in:
parent
11f9880e9c
commit
d555380ab5
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue