Skip to content

Commit

Permalink
Merge pull request #194 from zainfathoni/hotfix/price-changes
Browse files Browse the repository at this point in the history
fix(price): reduce price to Rp 150.000,-
  • Loading branch information
zainfathoni committed Apr 14, 2023
2 parents 970f9e5 + 221d817 commit 2d12746
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ exports[`Home Page renders the Home Page without error 1`] = `
Rp
</span>
<span>
200.000
150.000
</span>
<span
class="ml-3 text-xl font-medium text-gray-500"
Expand Down Expand Up @@ -1594,7 +1594,7 @@ exports[`Home Page renders the Home Page without error 1`] = `
<dd
class="mt-2 text-base text-gray-500"
>
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.
</dd>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion app/components/sections/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const Pricing = ({
<span className="ml-3 text-xl font-medium text-gray-500">
Rp
</span>
<span>200.000</span>
<span>150.000</span>
<span className="ml-3 text-xl font-medium text-gray-500">
,-
</span>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/dashboard/purchase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Purchase() {
<dl className="grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-2">
<div className="sm:col-span-1">
<dt className="text-sm font-medium text-gray-500">Nominal</dt>
<dd className="mt-1 text-sm text-gray-900">Rp 200.000,-</dd>
<dd className="mt-1 text-sm text-gray-900">Rp 150.000,-</dd>
</div>
<div className="sm:col-span-1">
<dt className="text-sm font-medium text-gray-500">Nama Bank</dt>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default function HomePage() {
Berapa biaya kelas ini? Kapan saya harus membayarnya?
</QnA.Question>
<QnA.Answer>
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.
</QnA.Answer>
</div>
Expand Down

0 comments on commit 2d12746

Please sign in to comment.