Skip to content

Commit

Permalink
Merge pull request #2543 from starknet-io/dev
Browse files Browse the repository at this point in the history
Merge dev into production
  • Loading branch information
igalst authored Feb 14, 2024
2 parents 923e0a1 + 53aa35a commit 26a3142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/website/src/pages/(components)/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Footer = ({ mainMenu, seo }: Props) => {
// width={mainMenuItem.title === "Learn" ? "350px" : "auto"}
>
{mainMenuItem.columns?.map((column, columnIndex) => (
<Box key={columnIndex}>
<Stack key={columnIndex} spacing="4">
{column.blocks?.map((block, blockIndex) => (
<Stack key={blockIndex} spacing="4">
{block.items?.map((item, itemIndex) => {
Expand Down Expand Up @@ -94,7 +94,7 @@ export const Footer = ({ mainMenu, seo }: Props) => {
})}
</Stack>
))}
</Box>
</Stack>
))}
</Box>
)}
Expand Down

0 comments on commit 26a3142

Please sign in to comment.