diff --git a/components/ui/currency.tsx b/components/ui/currency.tsx index 12be42c..cb63e23 100644 --- a/components/ui/currency.tsx +++ b/components/ui/currency.tsx @@ -4,7 +4,7 @@ import { useEffect, useState } from "react"; const formatter = new Intl.NumberFormat('en-US', { style: 'currency', - currency: 'USD', + currency: 'INR', }); interface CurrencyProps {