Skip to content

Commit

Permalink
update cards
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniekube committed Jul 18, 2024
1 parent b241ce3 commit 030104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sections/SectionNetworks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const SectionNetworks = () => {
<div className="grid-row-wrap">
{NETWORK_LINKS.map((item, index) =>
isMobile
? index <= 4 || !isNetworksListCollapsed
? index <= 3 || !isNetworksListCollapsed
? renderNetworkCard(item, index)
: null
: renderNetworkCard(item, index)
Expand Down

0 comments on commit 030104c

Please sign in to comment.