Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Modern-artist <[email protected]>
  • Loading branch information
Modern-artist committed Sep 12, 2023
1 parent 49336ff commit 2646f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/products/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ const index = () => {
<img src={card.logo} alt="" className="logo" />
<div className="title">{card.title}</div>
<div className="iconss">
<>
<div>
<img src={card.icon[0]} alt="" />
<img src={card.icon[1]} alt="" />
</>
</div>
</div>
</div>
<div className="text">{card.text}</div>
Expand Down

0 comments on commit 2646f0d

Please sign in to comment.