Skip to content
Snippets Groups Projects
Unverified Commit 990bef4d authored by AJ Jordan's avatar AJ Jordan Committed by GitHub
Browse files

Fix desktop Element download link (#313)

The previous link now leads to a page that says "Contact Sales".
parent 6091a1af
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ export class Element { ...@@ -92,7 +92,7 @@ export class Element {
switch (platform) { switch (platform) {
case Platform.iOS: return [new AppleStoreLink('vector', 'id1083446067')]; case Platform.iOS: return [new AppleStoreLink('vector', 'id1083446067')];
case Platform.Android: return [new PlayStoreLink('im.vector.app'), new FDroidLink('im.vector.app')]; 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")];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment