Skip to content

Commit 32dd69b

Browse files
authored
dcr: Point widget to correct image. (#2586)
1 parent b1ee2ac commit 32dd69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/screens/dashboard/pages/balance/crypto_balance_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class CryptoBalanceWidget extends StatelessWidget {
326326
child: InfoCard(
327327
title: S.of(context).synchronizing,
328328
description: S.of(context).decred_info_card_details,
329-
image: 'assets/images/dcr_icon.png',
329+
image: 'assets/images/crypto/decred.webp',
330330
leftButtonTitle: S.of(context).litecoin_mweb_dismiss,
331331
rightButtonTitle: S.of(context).learn_more,
332332
leftButtonAction: () => dashboardViewModel.dismissDecredInfoCard(),

0 commit comments

Comments
 (0)