Skip to content
Snippets Groups Projects
Unverified Commit 5b4b5730 authored by Doug's avatar Doug Committed by GitHub
Browse files

Change the Element mobile download links to Element X. (#377)


* Change the Element mobile download links to Element X.

* retrigger checks

---------

Co-authored-by: default avatarDavid Langley <davidl@element.io>
parent c53c757e
No related branches found
No related tags found
No related merge requests found
......@@ -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")];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment