rename the GH org in links within documentation
This commit is contained in:
parent
da90425289
commit
855bb568b9
30 changed files with 72 additions and 72 deletions
|
@ -25,7 +25,7 @@ const VectorAuthFooter = (): ReactElement => {
|
|||
const links = brandingConfig?.get("auth_footer_links") ?? [
|
||||
{ text: "Blog", url: "https://element.io/blog" },
|
||||
{ text: "Twitter", url: "https://twitter.com/element_hq" },
|
||||
{ text: "GitHub", url: "https://github.com/vector-im/element-web" },
|
||||
{ text: "GitHub", url: "https://github.com/element-hq/element-web" },
|
||||
];
|
||||
|
||||
const authFooterLinks: JSX.Element[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue