We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebbb9e commit 1be1a34Copy full SHA for 1be1a34
src/components/home-market-cards/HomeMarketCards.jsx
@@ -48,7 +48,7 @@ const HomeMarketCards = () => {
48
49
return (
50
<Slider {...settings}>
51
- {forex.length > 5
+ {forex.length > 4
52
? forex.map((data, index) => (
53
<div key={index}>
54
<MarketCards
0 commit comments