Skip to content

Commit

Permalink
Add AUD currency
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 15, 2025
1 parent 06702fd commit 2172def
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/config/env.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ const CURRENCIES: Currency[] = [
{
code: 'GBP',
symbol: '£',
}
},
{
code: 'AUD',
symbol: '$',
},
]

const env = {
Expand Down

0 comments on commit 2172def

Please sign in to comment.