Skip to content

Commit

Permalink
Update trippy-trails-template.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed May 6, 2024
1 parent 185c2b3 commit 4f63a4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/routes/trippy-trails-template.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ export function processFeaturedCollections(
featuredCollections,
) {
return featuredCollections.collections.nodes.map(
(collection) => {
(collection, index) => {
return {
id: collection.id,
inverted: index % 2 !== 0,
handle: collection.handle,
title: collection.title,
color: collection.color.value,
Expand Down Expand Up @@ -95,7 +96,7 @@ export default function LandingPage() {
<div>
<Column>
<Section minHeight>
<TypographyTitle level={1}>Hi!</TypographyTitle>
<TypographyTitle level={1}>Titl!</TypographyTitle>
</Section>
</Column>
</div>
Expand Down

0 comments on commit 4f63a4a

Please sign in to comment.