Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
add coingecko label in coin market details
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-xu committed Jan 3, 2024
1 parent a98b375 commit 1f435ec
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ struct AssetDetailView: View {
case .coinMarket(let coinMarket):
coinMarketInfoView(coinMarket)
.padding(.bottom, 20)
Text(Strings.Wallet.coinGeckoDisclaimer)
.multilineTextAlignment(.center)
.font(.footnote)
.foregroundColor(Color(.secondaryBraveLabel))
.frame(maxWidth: .infinity)
.padding(.bottom, 12)
}
}
.padding(.vertical)
Expand Down

0 comments on commit 1f435ec

Please sign in to comment.