From 5b4b57306b7e5d5b31e959c5ece9ff66ab3315cb Mon Sep 17 00:00:00 2001
From: Doug <6060466+pixlwave@users.noreply.github.com>
Date: Fri, 11 Apr 2025 13:48:02 +0100
Subject: [PATCH] Change the Element mobile download links to Element X. (#377)

* Change the Element mobile download links to Element X.

* retrigger checks

---------

Co-authored-by: David Langley <davidl@element.io>
---
 src/open/clients/Element.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js
index 4babeb6..6cdf81a 100644
--- a/src/open/clients/Element.js
+++ b/src/open/clients/Element.js
@@ -98,8 +98,8 @@ export class Element {
     getCopyString(platform, link) {}
     getInstallLinks(platform) {
         switch (platform) {
-            case Platform.iOS: return [new AppleStoreLink('vector', 'id1083446067')];
-            case Platform.Android: return [new PlayStoreLink('im.vector.app'), new FDroidLink('im.vector.app')];
+            case Platform.iOS: return [new AppleStoreLink('element-x-secure-chat-call', 'id1631335820')];
+            case Platform.Android: return [new PlayStoreLink('io.element.android.x'), new FDroidLink('io.element.android.x')];
             default: return [new WebsiteLink("https://element.io/download")];
         }
     }
-- 
GitLab