Swap out Twitter link for Mastodon on auth footer (#28508)

* Swap out Twitter link for Mastodon on auth footer

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update snapshots & screenshots

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28514/head
Michael Telatynski 2024-11-21 10:59:43 +00:00 committed by GitHub
parent 3860226ee2
commit eddaf7c47e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 9 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 975 KiB

After

Width:  |  Height:  |  Size: 975 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -16,7 +16,7 @@ const AuthFooter = (): ReactElement => {
const brandingConfig = SdkConfig.getObject("branding"); const brandingConfig = SdkConfig.getObject("branding");
const links = brandingConfig?.get("auth_footer_links") ?? [ const links = brandingConfig?.get("auth_footer_links") ?? [
{ text: "Blog", url: "https://element.io/blog" }, { text: "Blog", url: "https://element.io/blog" },
{ text: "Twitter", url: "https://twitter.com/element_hq" }, { text: "Mastodon", url: "https://mastodon.matrix.org/@Element" },
{ text: "GitHub", url: "https://github.com/element-hq/element-web" }, { text: "GitHub", url: "https://github.com/element-hq/element-web" },
]; ];

View File

@ -180,11 +180,11 @@ exports[`<MatrixChat /> Multi-tab lockout waits for other tab to stop during sta
Blog Blog
</a> </a>
<a <a
href="https://twitter.com/element_hq" href="https://mastodon.matrix.org/@Element"
rel="noreferrer noopener" rel="noreferrer noopener"
target="_blank" target="_blank"
> >
Twitter Mastodon
</a> </a>
<a <a
href="https://github.com/element-hq/element-web" href="https://github.com/element-hq/element-web"
@ -357,11 +357,11 @@ exports[`<MatrixChat /> with a soft-logged-out session should show the soft-logo
Blog Blog
</a> </a>
<a <a
href="https://twitter.com/element_hq" href="https://mastodon.matrix.org/@Element"
rel="noreferrer noopener" rel="noreferrer noopener"
target="_blank" target="_blank"
> >
Twitter Mastodon
</a> </a>
<a <a
href="https://github.com/element-hq/element-web" href="https://github.com/element-hq/element-web"

View File

@ -14,11 +14,11 @@ exports[`<AuthFooter /> should match snapshot 1`] = `
Blog Blog
</a> </a>
<a <a
href="https://twitter.com/element_hq" href="https://mastodon.matrix.org/@Element"
rel="noreferrer noopener" rel="noreferrer noopener"
target="_blank" target="_blank"
> >
Twitter Mastodon
</a> </a>
<a <a
href="https://github.com/element-hq/element-web" href="https://github.com/element-hq/element-web"

View File

@ -30,11 +30,11 @@ exports[`<AuthPage /> should match snapshot 1`] = `
Blog Blog
</a> </a>
<a <a
href="https://twitter.com/element_hq" href="https://mastodon.matrix.org/@Element"
rel="noreferrer noopener" rel="noreferrer noopener"
target="_blank" target="_blank"
> >
Twitter Mastodon
</a> </a>
<a <a
href="https://github.com/element-hq/element-web" href="https://github.com/element-hq/element-web"