diff --git a/landing/src/components/Footer.astro b/landing/src/components/Footer.astro index b63e65d..03baee6 100644 --- a/landing/src/components/Footer.astro +++ b/landing/src/components/Footer.astro @@ -1,5 +1,6 @@ --- const APP_STORE_URL = "https://apps.apple.com/nl/app/pocketgraph/id1604368926"; +const PLAY_STORE_URL = "https://play.google.com/store/apps/details?id=nl.resoftware.pocketgraph"; ---