Fix desktop Element download link (#313)

The previous link now leads to a page that says "Contact Sales".
This commit is contained in:
AJ Jordan 2023-06-13 11:20:20 -04:00 committed by GitHub
parent 6091a1af32
commit 990bef4d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export class Element {
switch (platform) {
case Platform.iOS: return [new AppleStoreLink('vector', 'id1083446067')];
case Platform.Android: return [new PlayStoreLink('im.vector.app'), new FDroidLink('im.vector.app')];
default: return [new WebsiteLink("https://element.io/get-started")];
default: return [new WebsiteLink("https://element.io/download")];
}
}