dcr: Point widget to correct image. (#2586)
JoeGruffins committed
Oct 16, 2025 at 20:24 UTC
32dd69b24bec5174f965fd714fff17c7e4a3d3ee
1 file changed
+1
-1
lib/src/screens/dashboard/pages/balance/crypto_balance_widget.dart
+1
-1
@@ -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',
329
+ 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(),