diff --git a/res/img/feather-icons/matrix-org-bw-logo.svg b/res/img/matrix-org-bw-logo.svg similarity index 100% rename from res/img/feather-icons/matrix-org-bw-logo.svg rename to res/img/matrix-org-bw-logo.svg diff --git a/res/img/feather-icons/modular-bw-logo.svg b/res/img/modular-bw-logo.svg similarity index 100% rename from res/img/feather-icons/modular-bw-logo.svg rename to res/img/modular-bw-logo.svg diff --git a/src/components/views/auth/ServerTypeSelector.js b/src/components/views/auth/ServerTypeSelector.js index a9311acd7b..8b5f83a4ff 100644 --- a/src/components/views/auth/ServerTypeSelector.js +++ b/src/components/views/auth/ServerTypeSelector.js @@ -30,7 +30,7 @@ export const TYPES = { FREE: { id: FREE, label: () => _t('Free'), - logo: () => , + logo: () => , description: () => _t('Join millions for free on the largest public server'), hsUrl: 'https://matrix.org', isUrl: 'https://vector.im', @@ -38,7 +38,7 @@ export const TYPES = { PREMIUM: { id: PREMIUM, label: () => _t('Premium'), - logo: () => , + logo: () => , description: () => _t('Premium hosting for organisations Learn more', {}, { a: sub => {sub}