feat: add australian dollar currency (#5990)

Hi Twenty team,
I'd love to have Australian dollar as an option in Twenty! Please let me
me know if I have missed anything I need to change to enable this.
Thanks for a a great product

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Rob Luke
2024-06-24 22:55:37 +10:00
committed by GitHub
parent 28c8f0df32
commit 901ef65545
2 changed files with 5 additions and 0 deletions

View File

@ -89,4 +89,8 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
label: 'Brazilian real',
Icon: IconCurrencyReal,
},
AUD: {
label: 'Australian dollar',
Icon: IconCurrencyDollar,
},
};