diff --git a/src/clients/Element.ts b/src/clients/Element.ts index 2b9fb8d..37e3db0 100644 --- a/src/clients/Element.ts +++ b/src/clients/Element.ts @@ -22,7 +22,7 @@ import { Platform, AppleStoreLink, PlayStoreLink, - FDroidLink + FDroidLink, } from './types'; import { LinkKind } from '../parser/types'; import logo from '../imgs/element.svg'; @@ -34,7 +34,7 @@ export const Element: LinkedClient = { logo: logo, homepage: 'https://element.io', maturity: Maturity.STABLE, - description: 'Cross platfom fully-featured Matrix client', + description: 'Fully-featured Matrix client', platforms: [Platform.Desktop, Platform.Android, Platform.iOS], experimental: false, clientId: ClientId.Element, @@ -63,9 +63,9 @@ export const Element: LinkedClient = { }, linkSupport: () => true, installLinks: [ - new AppleStoreLink("vector", "id1083446067"), - new PlayStoreLink("im.vector.app"), - new FDroidLink("im.vector.app"), + new AppleStoreLink('vector', 'id1083446067'), + new PlayStoreLink('im.vector.app'), + new FDroidLink('im.vector.app'), ], };