Skip to content

Commit

Permalink
Fix display of CHF
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Jan 17, 2025
1 parent ca98ff9 commit f537970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ type CurrencyData = {

export const CURRENCIES: Record<Currency, CurrencyData> = {
CHF: {
name: 'Swiss francs',
name: 'Swiss Franc',
ticker: 'CHF',
symbol: 'CHF'
symbol: 'Fr.'
},
EUR: {
name: 'Euro',
Expand Down

0 comments on commit f537970

Please sign in to comment.