remove chevron, no homepage button for element and add change client

This commit is contained in:
Bruno Windels
2020-12-07 13:34:22 +01:00
parent 166f5ded77
commit b5daf8fe0a
8 changed files with 62 additions and 48 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export class Element {
get description() { return 'Fully-featured Matrix client, used by millions.'; }
get homepage() { return "https://element.io"; }
get homepage() { return ; } // prevents a visit app homepage button from appearing
get author() { return "Element"; }
getMaturity(platform) { return Maturity.Stable; }