Skip to content

Commit ab5a65c

Browse files
committed
fix: update app icon to logo.png
1 parent 6050161 commit ab5a65c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mobile/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "zappify",
55
"version": "1.0.0",
66
"orientation": "portrait",
7-
"icon": "./assets/icon.png",
7+
"icon": "./assets/logo.png",
88
"userInterfaceStyle": "light",
99
"newArchEnabled": true,
1010
"updates": {
@@ -29,8 +29,8 @@
2929
},
3030
"android": {
3131
"adaptiveIcon": {
32-
"foregroundImage": "./assets/adaptive-icon.png",
33-
"backgroundColor": "#ffffff"
32+
"foregroundImage": "./assets/logo.png",
33+
"backgroundColor": "#FF3D00"
3434
},
3535
"package": "com.zappify.app",
3636
"edgeToEdgeEnabled": true

0 commit comments

Comments
 (0)