We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ee2ac commit 32dd69bCopy full SHA for 32dd69b
lib/src/screens/dashboard/pages/balance/crypto_balance_widget.dart
@@ -326,7 +326,7 @@ class CryptoBalanceWidget extends StatelessWidget {
326
child: InfoCard(
327
title: S.of(context).synchronizing,
328
description: S.of(context).decred_info_card_details,
329
- image: 'assets/images/dcr_icon.png',
+ image: 'assets/images/crypto/decred.webp',
330
leftButtonTitle: S.of(context).litecoin_mweb_dismiss,
331
rightButtonTitle: S.of(context).learn_more,
332
leftButtonAction: () => dashboardViewModel.dismissDecredInfoCard(),
0 commit comments