Merge pull request #2 from matrix-org/main
Change the Element mobile download links to Element X. (#377)
This commit is contained in:
@@ -99,8 +99,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