Skip to content

Commit

Permalink
feat: Update Croatian currency to EUR (#158)
Browse files Browse the repository at this point in the history
Croatia joined the eurozone on January 1, 2023: ecb.europa.eu/euro/changeover/croatia/html/index.en.html
  • Loading branch information
andrewgarshyn authored Jan 26, 2023
1 parent 9f5aa66 commit a579522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const CURRENCIES: { [country: string]: Currency } = {
// Honduras
HN: 'HNL',
// Croatia (Hrvatska)
HR: 'HRK',
HR: 'EUR',
// Haiti
HT: 'HTG',
// Hungary
Expand Down

0 comments on commit a579522

Please sign in to comment.