From 2172def5f7b94e8a8c2410fad8909412722fa7fc Mon Sep 17 00:00:00 2001 From: aelassas Date: Wed, 15 Jan 2025 10:11:56 +0100 Subject: [PATCH] Add AUD currency --- frontend/src/config/env.config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/config/env.config.ts b/frontend/src/config/env.config.ts index 1b11e998..4a0d7eb5 100644 --- a/frontend/src/config/env.config.ts +++ b/frontend/src/config/env.config.ts @@ -38,7 +38,11 @@ const CURRENCIES: Currency[] = [ { code: 'GBP', symbol: '£', - } + }, + { + code: 'AUD', + symbol: '$', + }, ] const env = {