From 03d631480a7c415c7690cd95fca51ec88893867f Mon Sep 17 00:00:00 2001 From: mojerro <5727371+mojerro@user.noreply.gitee.com> Date: Sun, 24 Jul 2022 16:36:22 +0800 Subject: [PATCH] fix: @price is deprecated --- members/signup.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/members/signup.hbs b/members/signup.hbs index b912863..5931e79 100644 --- a/members/signup.hbs +++ b/members/signup.hbs @@ -23,7 +23,7 @@

{{t "Monthly"}}

-
${{@price.monthly}} / {{t "month"}}
+
${{price monthly_price currency=currency}} / {{t "month"}}
  • {{t "Full access to all private posts"}}
  • @@ -38,7 +38,7 @@

    Yearly

    -
    ${{@price.yearly}} / {{t "year"}}
    +
    ${{price yearly_price currency=currency}} / {{t "year"}}
    • {{t "Full access to all private posts"}}