diff --git a/components/price.js b/components/price.js index b1c4df41..e7edb0a3 100644 --- a/components/price.js +++ b/components/price.js @@ -16,7 +16,8 @@ export const CURRENCY_SYMBOLS = { EUR: '€', GBP: '£', USD: '$', - NZD: '$' + NZD: '$', + ZAR: 'R ' } const endpoint = (fiat) => `https://api.coinbase.com/v2/prices/BTC-${fiat ?? 'USD'}/spot`