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 1196140 commit e2daf5fCopy full SHA for e2daf5f
1 file changed
src/Page/Leaderboard.jsx
@@ -29,7 +29,12 @@ const Leaderboard = () => {
29
</div>
30
<div className="mb-8 text-center">
31
<span className="text-lg font-semibold text-[#00a6fb]">Live Leaderboard (Global)</span>
32
- <span className="ml-2">🌍📊</span>
+ <img
33
+ src="https://d8it4huxumps7.cloudfront.net/uploads/images/66ebce3b69885_leaderboard.svg"
34
+ alt="Leaderboard Icon"
35
+ className="ml-2 inline-block h-6 align-middle"
36
+ style={{ verticalAlign: 'middle' }}
37
+ />
38
39
{/* Top 3 */}
40
<div className="mb-10 flex flex-wrap justify-center gap-6">
0 commit comments