Skip to content

Commit

Permalink
feat(login): add elecord footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzuk committed Dec 20, 2024
1 parent 4cb394e commit 4dd81f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/views/auth/AuthFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ import { _t } from "../../../languageHandler";
const AuthFooter = (): ReactElement => {
const brandingConfig = SdkConfig.getObject("branding");
const links = brandingConfig?.get("auth_footer_links") ?? [
{ text: "Blog", url: "https://element.io/blog" },
{ text: "Mastodon", url: "https://mastodon.matrix.org/@Element" },
{ text: "GitHub", url: "https://github.com/element-hq/element-web" },
{ text: "Website", url: "https://elecord.app" },
{ text: "GitHub", url: "https://github.com/elecordapp/elecord-web" },
];

const authFooterLinks: JSX.Element[] = [];
Expand Down

0 comments on commit 4dd81f1

Please sign in to comment.