Showing
2 changed files
with
1 additions
and
1 deletions
assets/images/common/ic_system_error.png
0 → 100644
2.2 KB
| @@ -314,7 +314,7 @@ class _SystemIssueCard extends StatelessWidget { | @@ -314,7 +314,7 @@ class _SystemIssueCard extends StatelessWidget { | ||
| 314 | children: [ | 314 | children: [ |
| 315 | Center( | 315 | Center( |
| 316 | child: Image( | 316 | child: Image( |
| 317 | - image: AssetImage('assets/images/common/ic_apple_health.png'), | 317 | + image: AssetImage('assets/images/common/ic_system_error.png'), |
| 318 | width: 56, | 318 | width: 56, |
| 319 | height: 56, | 319 | height: 56, |
| 320 | ), | 320 | ), |
-
Please register or login to post a comment