mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 17:24:58 +03:00
feat(mobile): update logo (#7919)
* App Icon * In App Icon * runner * ios icon * ios is done * splash * Notification Icon * Immich text * Immich text * actually update andoir icon * adaptive icon * adaptive icon
This commit is contained in:
@@ -25,7 +25,7 @@ class AppBarProfileInfoBox extends HookConsumerWidget {
|
||||
if (user == null) {
|
||||
return const CircleAvatar(
|
||||
radius: 20,
|
||||
backgroundImage: AssetImage('assets/immich-logo-no-outline.png'),
|
||||
backgroundImage: AssetImage('assets/immich-logo.png'),
|
||||
backgroundColor: Colors.transparent,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user