Skip to content

Commit e2daf5f

Browse files
committed
Replace emoji with SVG icon for Live Leaderboard in Leaderboard component
1 parent 1196140 commit e2daf5f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/Page/Leaderboard.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ const Leaderboard = () => {
2929
</div>
3030
<div className="mb-8 text-center">
3131
<span className="text-lg font-semibold text-[#00a6fb]">Live Leaderboard (Global)</span>
32-
<span className="ml-2">🌍📊</span>
32+
<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+
/>
3338
</div>
3439
{/* Top 3 */}
3540
<div className="mb-10 flex flex-wrap justify-center gap-6">

0 commit comments

Comments
 (0)