Mercurial > public > simoleon
diff Simoleon/Helpers/CurrencyList.swift @ 187:13d5a8deb6c2
add AboutView and FavoritesView
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 23 Dec 2021 16:12:22 +0100 |
parents | 1ebd1c5dd302 |
children |
line wrap: on
line diff
--- a/Simoleon/Helpers/CurrencyList.swift Thu Dec 23 11:30:38 2021 +0100 +++ b/Simoleon/Helpers/CurrencyList.swift Thu Dec 23 16:12:22 2021 +0100 @@ -77,7 +77,7 @@ static var previews: some View { CurrencyList( baseCurrency: .constant(SupportedCurrencyResult(code: "EUR", name: "Euro", isCrypto: 0)), - quoteCurrency: .constant(SupportedCurrencyResult(code: "CHF", name: "Swiss Franc", isCrypto: 0)), + quoteCurrency: .constant(SupportedCurrencyResult(code: "USD", name: "U.S. Dollar", isCrypto: 0)), selecting: .baseCurrency ) }