From ac338e9299795668b27f0715b3d2cdc4c69dc02e Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sat, 7 Feb 2026 23:26:25 -0500 Subject: [PATCH] fix: update link to redirect users to the Google Play Store --- src/views/Landing/GettingStarted.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Landing/GettingStarted.jsx b/src/views/Landing/GettingStarted.jsx index 3ba173b..e9155f5 100644 --- a/src/views/Landing/GettingStarted.jsx +++ b/src/views/Landing/GettingStarted.jsx @@ -352,7 +352,7 @@ const GettingStarted = () => { { window.open( - 'https://github.com/donetick/donetick/releases', + 'https://play.google.com/store/apps/details?id=com.donetick.app', '_blank', ) }}