From c87028905f150b8203c6ce97bcb909910be47cfd Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Aug 2024 14:21:37 -0600 Subject: [PATCH] Update to ensure Google Maps and Gaia GPS links open apps on mobile devices --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 51d30ee..2ea6ea0 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ function openGaiaGPS() { trackButtonClick('Gaia GPS'); - const url = isMobile() ? 'gaiagps://map?center=39.034084596004874,-105.30166849999999&zoom=15' : 'https://rebrand.ly/csmsgaia'; + const url = isMobile() ? 'gaiagps://public/VVXcZPvEfvAbvRWi5F0DQPNT' : 'https://rebrand.ly/csmsgaia'; window.location.href = url; }