mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(login): changed logo back to wideSVG
This commit is contained in:
@@ -40,10 +40,7 @@ export default observer(() => {
|
||||
<div className={styles.content}>
|
||||
<div className={styles.nav}>
|
||||
<a className={styles.logo}>
|
||||
<img
|
||||
src="https://app.revolt.chat/assets/wide.fe712d4a.svg"
|
||||
draggable={false}
|
||||
/>
|
||||
<img src={wideSVG} draggable={false} />
|
||||
</a>
|
||||
<LocaleSelector />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user