You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
Remove [matrix] logo to be branding agnostic
Fixes https://github.com/matrix-org/matrix-authentication-service/issues/1548
This commit is contained in:
committed by
Quentin Gliech
parent
6d0daff7dd
commit
c8e790bec1
@@ -49,16 +49,6 @@ const Layout: React.FC<{ children?: React.ReactNode }> = ({ children }) => {
|
||||
<main>{children}</main>
|
||||
|
||||
<footer className={styles.footer}>
|
||||
<a href="https://matrix.org" target="_blank" rel="noreferrer noopener">
|
||||
<img
|
||||
className="inline my-2"
|
||||
height={32}
|
||||
width={75}
|
||||
src="https://matrix.org/images/matrix-logo.svg"
|
||||
alt="Matrix.org"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<nav className={styles.footerLinks}>
|
||||
<ul>
|
||||
<Link href="https://matrix.org/legal/copyright-notice">Info</Link>
|
||||
|
||||
Reference in New Issue
Block a user