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

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={