From e5fb5709f7a00f03636bbc10569dca9abd8c3af3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 7 Dec 2020 17:22:52 +0100 Subject: [PATCH] cleanup --- src/open/clients/Element.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js index 7469e5d..2c28af8 100644 --- a/src/open/clients/Element.js +++ b/src/open/clients/Element.js @@ -31,18 +31,12 @@ export class Element { ]; } - get icon() { - return "images/client-icons/element.svg"; - } - + get icon() { return "images/client-icons/element.svg"; } get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; } - get name() {return "Element"; } get description() { return 'Fully-featured Matrix client, used by millions.'; } - get homepage() { return "https://element.io"; } get author() { return "Element"; } - getMaturity(platform) { return Maturity.Stable; } getDeepLink(platform, link) {