fix(asset): wideSVG is refusing to exist, use legacy loading mechanism

This commit is contained in:
Paul
2021-10-23 16:42:04 +01:00
parent 33d9100e0f
commit 857e3a82dd
5 changed files with 16 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ import { isTouchscreenDevice } from "../../lib/isTouchscreenDevice";
import { dispatch, getState } from "../../redux";
import wideSVG from "../../../../public/assets/wide.svg";
import Emoji from "../../components/common/Emoji";
import Tooltip from "../../components/common/Tooltip";
import Header from "../../components/ui/Header";
@@ -66,7 +67,7 @@ export default function Home() {
<h3>
<Text id="app.special.modals.onboarding.welcome" />
<br />
<img src={"/assets/svg/wide.svg"} />
<img src={wideSVG} />
</h3>
<div className={styles.actions}>
<Link to="/invite/Testers">