Skip to content

Commit

Permalink
Added wrapper div to empty page template
Browse files Browse the repository at this point in the history
  • Loading branch information
Rheeseyb committed May 6, 2024
1 parent add4c4f commit 7ea698c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/routes/trippy-trails-template.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,13 @@ export default function LandingPage() {
const { featuredCollections } = useLoaderData()

return (
<Column>
<Section minHeight>
<TypographyTitle level={1}>Hi!</TypographyTitle>
</Section>
</Column>
<div>
<Column>
<Section minHeight>
<TypographyTitle level={1}>Hi!</TypographyTitle>
</Section>
</Column>
</div>
)
}

Expand Down

0 comments on commit 7ea698c

Please sign in to comment.