mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(assets): remove duplicate, fix wideSVG
This commit is contained in:
@@ -40,7 +40,7 @@ export function OnboardingModal({ onClose, callback }: Props) {
|
||||
<h1>
|
||||
<Text id="app.special.modals.onboarding.welcome" />
|
||||
<br />
|
||||
<img src={"/assets/wide.svg"} loading="eager" />
|
||||
<img src={"/assets/svg/wide.svg"} loading="eager" />
|
||||
</h1>
|
||||
</div>
|
||||
<div className={styles.form}>
|
||||
|
||||
Reference in New Issue
Block a user