Skip to content

Commit ba8df71

Browse files
authored
fix: Use correct app store link (#24062)
1 parent 741d838 commit ba8df71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/lib/constants/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const double kUploadStatusCanceled = -2.0;
5050

5151
const int kMinMonthsToEnableScrubberSnap = 12;
5252

53-
const String kImmichAppStoreLink = "https://apps.apple.com/app/immich/id6449244941";
53+
const String kImmichAppStoreLink = "https://apps.apple.com/app/immich/id1613945652";
5454
const String kImmichPlayStoreLink = "https://play.google.com/store/apps/details?id=app.alextran.immich";
5555
const String kImmichLatestRelease = "https://github.com/immich-app/immich/releases/latest";
5656

0 commit comments

Comments
 (0)