We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101fb0a commit 67afa1bCopy full SHA for 67afa1b
client/src/components/Home.jsx
@@ -166,8 +166,8 @@ export default function Home() {
166
}
167
</div>
168
169
- </div>)
170
- }
+ </div>
+
171
172
{showStats && (
173
<div className="modal-overlay" onClick={() => setShowStats(false)}>
client/src/components/PromotedCard.jsx
@@ -30,7 +30,7 @@ export default function PromotedCard({ option }) {
30
{option.heading}
31
</p>
32
33
- <div className="mx-4 ">
+ <div className="mx-4 mt-1 ">
34
<img alt="Ad image" src={`/assets/${option.imgSrc}`} className="z-1 w-full rounded-xl h-40 object-cover" />
35
36
0 commit comments