fix(assets): remove duplicate, fix wideSVG

This commit is contained in:
Paul
2021-10-23 15:48:35 +01:00
parent 49ce93bb6c
commit f69a9603a1
28 changed files with 3 additions and 11 deletions

View File

@@ -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}>