too many words

This commit is contained in:
Adam 2023-04-15 02:43:58 -04:00
parent df22477000
commit 9970de958f

View file

@ -2,13 +2,13 @@ import { Title } from "solid-start";
import BadassMap from "~/components/BadassMap";
export default function Home() {
return (
<main>
<Title>Lightning</Title>
<h1>RIDE THE LIGHTNING</h1>
<BadassMap />
<p>Click and drag to watch me explode!
</p>
</main>
);
return (
<main>
<Title>Lightning</Title>
<h1>Lightning</h1>
<BadassMap />
<p>Click and drag to watch me explode!
</p>
</main>
);
}