Skip to content
Snippets Groups Projects
Commit 95c757cf authored by Doug's avatar Doug
Browse files

Change the Element mobile download links to Element X.

parent c53c757e
No related branches found
No related tags found
No related merge requests found
...@@ -98,8 +98,8 @@ export class Element { ...@@ -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")];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment