From 4eefc6852774c9555d5bbbb258a93cbc19cb72be Mon Sep 17 00:00:00 2001 From: benthecarman Date: Wed, 25 Oct 2023 21:18:13 -0500 Subject: [PATCH] Add AUD currency --- src/components/ChooseCurrency.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/ChooseCurrency.tsx b/src/components/ChooseCurrency.tsx index a1ca9ce4..cbd834a2 100644 --- a/src/components/ChooseCurrency.tsx +++ b/src/components/ChooseCurrency.tsx @@ -76,6 +76,12 @@ export const FIAT_OPTIONS: Currency[] = [ hasSymbol: "₤", maxFractionalDigits: 2 }, + { + label: "Australia Dollar AUD", + value: "AUD", + hasSymbol: "$", + maxFractionalDigits: 2 + }, { label: "Japanese Yen JPY", value: "JPY",