From 9970de958fe33f079bd08e1de0b58393c60d7fa2 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sat, 15 Apr 2023 02:43:58 -0400 Subject: [PATCH] too many words --- lightning/src/routes/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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! +

+
+ ); }