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:
@@ -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")];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user