Skip to content

Commit

Permalink
Merge pull request #203 from UtkarshBirla28/main
Browse files Browse the repository at this point in the history
Currency from $ to INR
  • Loading branch information
trishanu-init authored Jul 4, 2024
2 parents 237bdb0 + 50fc04a commit 71d228b
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 71d228b

Please sign in to comment.