kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
298.17k stars 39.22k forks source link

Inconsistent Tick Colors on ReactJS roadmap #7723

Closed icoderarely closed 1 week ago

icoderarely commented 1 week ago

What is the URL where the issue is happening

https://roadmap.sh/react

What browsers are you seeing the problem on?

Firefox, Chrome

Describe the Bug

On the legend/key section of the website, tick colors are explained as blue, green, and grey. However, in the actual usage within the roadmaps, the colors appear as purple, green, and grey(assuming if it existed).

The expected behavior should be that the color coding in the legend should match the colors used within the roadmap sections for clarity and consistency.

Output from browser console (if any)

No response

Participation

fellalli commented 1 week ago

You can change the color from #2d72d2 to #874efe as done here.

icoderarely commented 1 week ago

Thanks for reviewing and merging my PR! Happy to contribute.