From 221d817b81cb3a341d9a7f99ff0818801a225468 Mon Sep 17 00:00:00 2001 From: Zain Fathoni Date: Fri, 14 Apr 2023 14:10:44 +0800 Subject: [PATCH] fix(price): reduce price to Rp 150.000,- --- .../sections/__tests__/__snapshots__/index.test.tsx.snap | 4 ++-- app/components/sections/pricing.tsx | 2 +- app/routes/dashboard/purchase/index.tsx | 2 +- app/routes/index.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/sections/__tests__/__snapshots__/index.test.tsx.snap b/app/components/sections/__tests__/__snapshots__/index.test.tsx.snap index 17e0723..57ccc0d 100644 --- a/app/components/sections/__tests__/__snapshots__/index.test.tsx.snap +++ b/app/components/sections/__tests__/__snapshots__/index.test.tsx.snap @@ -1497,7 +1497,7 @@ exports[`Home Page renders the Home Page without error 1`] = ` Rp - 200.000 + 150.000 - Biaya kelas adalah Rp 200.000,- dan dapat dibayarkan sesuai dengan alur pendaftaran di website ini. + Biaya kelas adalah Rp 150.000,- dan dapat dibayarkan sesuai dengan alur pendaftaran di website ini.
diff --git a/app/components/sections/pricing.tsx b/app/components/sections/pricing.tsx index bb8569d..c2d16b7 100644 --- a/app/components/sections/pricing.tsx +++ b/app/components/sections/pricing.tsx @@ -105,7 +105,7 @@ export const Pricing = ({ Rp - 200.000 + 150.000 ,- diff --git a/app/routes/dashboard/purchase/index.tsx b/app/routes/dashboard/purchase/index.tsx index bdd2c5c..7a18b39 100644 --- a/app/routes/dashboard/purchase/index.tsx +++ b/app/routes/dashboard/purchase/index.tsx @@ -33,7 +33,7 @@ export default function Purchase() {
Nominal
-
Rp 200.000,-
+
Rp 150.000,-
Nama Bank
diff --git a/app/routes/index.tsx b/app/routes/index.tsx index 0e48e19..67822e6 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -252,7 +252,7 @@ export default function HomePage() { Berapa biaya kelas ini? Kapan saya harus membayarnya? - Biaya kelas adalah Rp 200.000,- dan dapat dibayarkan sesuai + Biaya kelas adalah Rp 150.000,- dan dapat dibayarkan sesuai dengan alur pendaftaran di website ini.