Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 630b5eb

Browse files
hughnssandhose
authored andcommitted
Hide placeholder footer content
1 parent f3d6f3c commit 630b5eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/components/Layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const Layout: React.FC<{ children?: React.ReactNode }> = ({ children }) => {
4848

4949
<main>{children}</main>
5050

51-
<footer className={styles.footer}>
51+
{/* TODO: the footer needs to be reworked to show configurable info not hardcoded links: https://github.com/matrix-org/matrix-authentication-service/issues/1675 */}
52+
{/* <footer className={styles.footer}>
5253
<nav className={styles.footerLinks}>
5354
<ul>
5455
<Link href="https://matrix.org/legal/copyright-notice">Info</Link>
@@ -58,7 +59,7 @@ const Layout: React.FC<{ children?: React.ReactNode }> = ({ children }) => {
5859
</Link>
5960
</ul>
6061
</nav>
61-
</footer>
62+
</footer> */}
6263
</div>
6364
);
6465
};

0 commit comments

Comments
 (0)