You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-27 22:41:13 +03:00
Hide placeholder footer content
This commit is contained in:
committed by
Quentin Gliech
parent
f3d6f3c89e
commit
630b5ebeec
@@ -48,7 +48,8 @@ const Layout: React.FC<{ children?: React.ReactNode }> = ({ children }) => {
|
|||||||
|
|
||||||
<main>{children}</main>
|
<main>{children}</main>
|
||||||
|
|
||||||
<footer className={styles.footer}>
|
{/* TODO: the footer needs to be reworked to show configurable info not hardcoded links: https://github.com/matrix-org/matrix-authentication-service/issues/1675 */}
|
||||||
|
{/* <footer className={styles.footer}>
|
||||||
<nav className={styles.footerLinks}>
|
<nav className={styles.footerLinks}>
|
||||||
<ul>
|
<ul>
|
||||||
<Link href="https://matrix.org/legal/copyright-notice">Info</Link>
|
<Link href="https://matrix.org/legal/copyright-notice">Info</Link>
|
||||||
@@ -58,7 +59,7 @@ const Layout: React.FC<{ children?: React.ReactNode }> = ({ children }) => {
|
|||||||
</Link>
|
</Link>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</footer>
|
</footer> */}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user