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:
@@ -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">
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user