polish
This commit is contained in:
@@ -40,7 +40,7 @@ export class Element {
|
||||
get name() {return "Element"; }
|
||||
get description() { return 'Fully-featured Matrix client, used by millions.'; }
|
||||
|
||||
get homepage() { return ; } // prevents a visit app homepage button from appearing
|
||||
get homepage() { return "https://element.io"; }
|
||||
get author() { return "Element"; }
|
||||
|
||||
getMaturity(platform) { return Maturity.Stable; }
|
||||
|
||||
Reference in New Issue
Block a user