diff --git a/src/components/views/auth/ServerTypeSelector.js b/src/components/views/auth/ServerTypeSelector.js index fa76bc8512..ebc2ea6d37 100644 --- a/src/components/views/auth/ServerTypeSelector.js +++ b/src/components/views/auth/ServerTypeSelector.js @@ -35,7 +35,7 @@ export const TYPES = { logo: () => , description: () => _t('Join millions for free on the largest public server'), serverConfig: makeType(ValidatedServerConfig, { - hsUrl: "https://matrix.org", + hsUrl: "https://matrix-client.matrix.org", hsName: "matrix.org", hsNameIsDifferent: false, isUrl: "https://vector.im",