Add new Currencies with Corresponding Icons (#5353)

### **Description**
Add 3 new currencies

### **Refs**
https://github.com/twentyhq/twenty/issues/5351

### **Demo** 
<img width="678" alt="Screenshot 2024-05-11 at 1 30 55 AM"
src="https://github.com/twentyhq/twenty/assets/62111075/cc88ba46-cc5a-41d6-baf8-c28851c629ae">
This commit is contained in:
Mohamed Muhsin
2024-05-13 08:16:51 +02:00
committed by GitHub
parent eb2b89694a
commit 321ce72ec7
3 changed files with 19 additions and 0 deletions

View File

@ -7,4 +7,7 @@ export enum CurrencyCode {
HKD = 'HKD',
JPY = 'JPY',
USD = 'USD',
MAD = 'MAD',
QAR = 'QAR',
AED = 'AED',
}