Skip to content

Commit

Permalink
fix: add idr title
Browse files Browse the repository at this point in the history
  • Loading branch information
aulianza committed Oct 14, 2023
1 parent 6f7ce4a commit ecac3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/payment/components/Payment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BankTransfer from "./BankTransfer";
const Payment = () => {
return (
<section className="space-y-6">
<PageHeader title="Bank Transfer" />
<PageHeader title="Bank Transfer (IDR)" />
<BankTransfer />
</section>
);
Expand Down

0 comments on commit ecac3a4

Please sign in to comment.