1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-25 02:08:50 +02:00

Add link to leaderboard

This commit is contained in:
Kamran Ahmed
2024-09-12 19:57:18 +01:00
parent 989f7ad5c1
commit e79bfca074

View File

@@ -182,7 +182,12 @@ export function AccountStreak(props: AccountStreakProps) {
</div>
<p className="-mt-[0px] mb-[1.75px] text-center text-xs tracking-wide text-slate-600">
Visit every day to keep your streak alive!
Visit every day to keep your streak going!
</p>
<p className='text-xs mt-1.5 text-center'>
<a href="/leaderboard" className="text-purple-400 hover:underline underline-offset-2">
See how you compare to others
</a>
</p>
</div>
</div>