Skip to content

Commit 67afa1b

Browse files
committed
added some mb, and removed )}
1 parent 101fb0a commit 67afa1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/components/Home.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ export default function Home() {
166166
}
167167
</div>
168168
</div>
169-
</div>)
170-
}
169+
</div>
170+
171171
</div>
172172
{showStats && (
173173
<div className="modal-overlay" onClick={() => setShowStats(false)}>

client/src/components/PromotedCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function PromotedCard({ option }) {
3030
{option.heading}
3131
</p>
3232

33-
<div className="mx-4 ">
33+
<div className="mx-4 mt-1 ">
3434
<img alt="Ad image" src={`/assets/${option.imgSrc}`} className="z-1 w-full rounded-xl h-40 object-cover" />
3535
</div>
3636

0 commit comments

Comments
 (0)