fix: update link to redirect users to the Google Play Store

This commit is contained in:
Mo Tarbin
2026-02-07 23:26:25 -05:00
parent d18e6412f0
commit ac338e9299

View File

@@ -352,7 +352,7 @@ const GettingStarted = () => {
<Box
onClick={() => {
window.open(
'https://github.com/donetick/donetick/releases',
'https://play.google.com/store/apps/details?id=com.donetick.app',
'_blank',
)
}}