fix(assets): remove duplicate, fix wideSVG

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

View File

@@ -66,7 +66,7 @@ export default function Home() {
<h3>
<Text id="app.special.modals.onboarding.welcome" />
<br />
<img src={"/assets/wide.svg"} />
<img src={"/assets/svg/wide.svg"} />
</h3>
<div className={styles.actions}>
<Link to="/invite/Testers">

View File

@@ -145,7 +145,7 @@ export function Form({ page, callback }: Props) {
return (
<div className={styles.form}>
<img src={"/assets/wide.svg"} />
<img src={"/assets/svg/wide.svg"} />
{/* Preact / React typing incompatabilities */}
<form
onSubmit={