Skip to content

Commit

Permalink
Currency from $ to INR
Browse files Browse the repository at this point in the history
Changed Currency from $ to INR for all the products.
  • Loading branch information
UtkarshBirla28 committed Jul 4, 2024
1 parent e8a69e7 commit 994064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/currency.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useEffect, useState } from "react";

const formatter = new Intl.NumberFormat('en-US', {
style: 'currency',
currency: 'USD',
currency: 'INR',
});

interface CurrencyProps {
Expand Down

0 comments on commit 994064f

Please sign in to comment.