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>
This commit is contained in:
Doug
2025-04-11 13:48:02 +01:00
committed by GitHub
parent c53c757ed3
commit 5b4b57306b
+2 -2
View File
@@ -98,8 +98,8 @@ export class Element {
getCopyString(platform, link) {} getCopyString(platform, link) {}
getInstallLinks(platform) { getInstallLinks(platform) {
switch (platform) { switch (platform) {
case Platform.iOS: return [new AppleStoreLink('vector', 'id1083446067')]; case Platform.iOS: return [new AppleStoreLink('element-x-secure-chat-call', 'id1631335820')];
case Platform.Android: return [new PlayStoreLink('im.vector.app'), new FDroidLink('im.vector.app')]; case Platform.Android: return [new PlayStoreLink('io.element.android.x'), new FDroidLink('io.element.android.x')];
default: return [new WebsiteLink("https://element.io/download")]; default: return [new WebsiteLink("https://element.io/download")];
} }
} }