From 95c757cf011b27a05b01fdfa5ad55af75e9c0535 Mon Sep 17 00:00:00 2001 From: Doug <douglase@element.io> Date: Wed, 9 Apr 2025 09:07:39 +0100 Subject: [PATCH] Change the Element mobile download links to Element X. --- 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