feat: added NGN currency (#1264)

This commit is contained in:
Anis Khalfallah 2024-07-21 18:46:52 +02:00 committed by GitHub
parent 371e7417ce
commit f051afff35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export const CURRENCY_SYMBOLS = {
GBP: '£',
USD: '$',
NZD: '$',
NGN: '₦',
ZAR: 'R '
}