From a579522781dc5db358430f081d1614b5f6c1cdd5 Mon Sep 17 00:00:00 2001 From: Andrew Garshyn <79976918+andrewgarshyn@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:14:13 +0100 Subject: [PATCH] feat: Update Croatian currency to EUR (#158) Croatia joined the eurozone on January 1, 2023: ecb.europa.eu/euro/changeover/croatia/html/index.en.html --- src/data/currencies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/currencies.ts b/src/data/currencies.ts index 593c11a..e75f67f 100644 --- a/src/data/currencies.ts +++ b/src/data/currencies.ts @@ -213,7 +213,7 @@ export const CURRENCIES: { [country: string]: Currency } = { // Honduras HN: 'HNL', // Croatia (Hrvatska) - HR: 'HRK', + HR: 'EUR', // Haiti HT: 'HTG', // Hungary