From 7ea698c0a141fc89185a639cdc0ae27e2f158776 Mon Sep 17 00:00:00 2001 From: RheeseyB <1044774+Rheeseyb@users.noreply.github.com> Date: Mon, 6 May 2024 17:43:15 +0100 Subject: [PATCH] Added wrapper div to empty page template --- app/routes/trippy-trails-template.jsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/routes/trippy-trails-template.jsx b/app/routes/trippy-trails-template.jsx index ae8f2f3..958ca8e 100644 --- a/app/routes/trippy-trails-template.jsx +++ b/app/routes/trippy-trails-template.jsx @@ -92,11 +92,13 @@ export default function LandingPage() { const { featuredCollections } = useLoaderData() return ( - -
- Hi! -
-
+
+ +
+ Hi! +
+
+
) }