Change color for recommended roadmaps

pull/7214/head
Kamran Ahmed 2 months ago
parent 59e359f303
commit 5c96a57f85
  1. 3
      src/components/Dashboard/RecommendedRoadmaps.tsx
  2. 26
      src/data/changelogs/redis-roadmap.md

@ -19,9 +19,8 @@ export function RecommendedRoadmaps(props: RecommendedRoadmapsProps) {
<a <a
href="/roadmaps" href="/roadmaps"
className="flex items-center gap-1 rounded-full bg-gray-500 px-2 py-0.5 text-xs font-medium text-white transition-colors hover:bg-black" className="rounded-full bg-gray-200 px-2.5 py-0.5 text-xs font-medium text-gray-700 hover:bg-gray-300 hover:text-black"
> >
<ArrowUpRight size={12} strokeWidth={2.5} />
All Roadmaps All Roadmaps
</a> </a>
</div> </div>

@ -0,0 +1,26 @@
---
title: 'Redis Roadmap, Dashboard Changes, Bookmarks'
description: 'New leaderboard page showing the most active users'
images:
"Redis Roadmap": "https://assets.roadmap.sh/guest/redis-roadmap.png"
"Bookmarks": "https://assets.roadmap.sh/guest/bookmark-roadmaps.png"
seo:
title: 'Leaderboard Page - roadmap.sh'
description: ''
date: 2024-09-23
---
Focus for this week was improving the user experience and adding new features to the platform. Here are the highlights:
- New dashboard for logged-in users
- New leaderboard page
- Projects page listing all projects
- Ability to stop a started project
- Frontend and backend content improvements
- Bug fixes
[Dashboard](/) would allow logged-in users to keep track of their bookmarks, learning progress, project and more. You can still visit the [old homepage](https://roadmap.sh/home) once you login.
We also launched a new [leaderboard page](/leaderboard) showing the most active users, users who completed most projects and more.
There is also a [new projects page](/projects) where you can see all the projects you have been working on. You can also now stop a started project.
Loading…
Cancel
Save