diff --git a/assets/images/cloud_logo.png b/assets/images/cloud_logo.png new file mode 100644 index 00000000..a1f1aaed Binary files /dev/null and b/assets/images/cloud_logo.png differ diff --git a/lib/views/pages/user/land_page.dart b/lib/views/pages/user/land_page.dart index f5947593..b0255d3c 100644 --- a/lib/views/pages/user/land_page.dart +++ b/lib/views/pages/user/land_page.dart @@ -396,7 +396,7 @@ class _LandPageState extends State { textScaleFactor: AppStyle.getScaleFactor(context), ), 6.width, - Image.asset("assets/images/qr.jpeg", width: 32, height: 32, color: AColors.grey3A) + Image.asset("assets/images/cloud_logo.png", width: 32, height: 32) ], ).paddingOnly(left: 20, right: 20, top: 8, bottom: 8), ],