Skip to content

Commit 8d2deb4

Browse files
committed
added another image
1 parent 67afa1b commit 8d2deb4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

client/public/assets/leetcode.png

35.9 KB
Loading

client/public/assets/promoted3.png

84.2 KB
Loading

client/src/components/Home.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ export default function Home() {
9999
},
100100
{
101101
heading: "Could you drop a star on the GitHub repo? It helps a lot!👋 ",
102-
imgSrc: "/promoted2.webp",
102+
imgSrc: "/promoted3.png",
103103
},
104104
{
105105
heading: "Can you please share this project with your friends and family?✨ ",
106-
imgSrc: "/promoted2.webp",
106+
imgSrc: "/promoted3.png",
107107
}
108108
];
109109
const [random, setRandom] = useState(Math.floor(Math.random() * options.length));

0 commit comments

Comments
 (0)