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 67afa1b commit 8d2deb4Copy full SHA for 8d2deb4
client/public/assets/leetcode.png
35.9 KB
client/public/assets/promoted3.png
84.2 KB
client/src/components/Home.jsx
@@ -99,11 +99,11 @@ export default function Home() {
99
},
100
{
101
heading: "Could you drop a star on the GitHub repo? It helps a lot!👋 ",
102
- imgSrc: "/promoted2.webp",
+ imgSrc: "/promoted3.png",
103
104
105
heading: "Can you please share this project with your friends and family?✨ ",
106
107
}
108
];
109
const [random, setRandom] = useState(Math.floor(Math.random() * options.length));
0 commit comments