You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
correct home server URL (#11391)
* correct home server URL * update snapshot --------- Co-authored-by: Neeraj <neerajv@thirdrocktechkno.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -244,7 +244,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
|
|||||||
|
|
||||||
<h2>{_t("Learn more")}</h2>
|
<h2>{_t("Learn more")}</h2>
|
||||||
<ExternalLink
|
<ExternalLink
|
||||||
href="https://matrix.org/faq/#what-is-a-homeserver%3F"
|
href="https://matrix.org/docs/matrix-concepts/elements-of-matrix/#homeserver"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
>
|
>
|
||||||
|
@ -122,7 +122,7 @@ exports[`<ServerPickerDialog /> should render dialog 1`] = `
|
|||||||
</h2>
|
</h2>
|
||||||
<a
|
<a
|
||||||
class="mx_ExternalLink"
|
class="mx_ExternalLink"
|
||||||
href="https://matrix.org/faq/#what-is-a-homeserver%3F"
|
href="https://matrix.org/docs/matrix-concepts/elements-of-matrix/#homeserver"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user