diff --git a/lightning/src/routes/index.tsx b/lightning/src/routes/index.tsx index bb52525..2139e83 100644 --- a/lightning/src/routes/index.tsx +++ b/lightning/src/routes/index.tsx @@ -2,13 +2,13 @@ import { Title } from "solid-start"; import BadassMap from "~/components/BadassMap"; export default function Home() { - return ( -
- Lightning -

RIDE THE LIGHTNING

- -

Click and drag to watch me explode! -

-
- ); + return ( +
+ Lightning +

Lightning

+ +

Click and drag to watch me explode! +

+
+ ); }