mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-19 06:39:44 +01:00
Fix typo on homepage
This commit is contained in:
parent
396bedd319
commit
953ca9257c
@ -57,7 +57,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
href='https://github.com/kamranahmedse/developer-roadmap'
|
||||
class='font-bold underline'
|
||||
target='_blank'>visual charts on GitHub</a
|
||||
> to guide the developers who are confused about what they should learn
|
||||
> to guide developers who are confused about what they should learn
|
||||
next, but then expanded into interactive roadmaps where you can click
|
||||
and get resources to learn any given resource, contribute by adding new
|
||||
roadmaps, suggest changes to existing roadmaps, track your progress as
|
||||
|
@ -32,7 +32,7 @@ const videos = await getAllVideos();
|
||||
|
||||
<p class='hidden sm:block text-gray-400 text-lg px-4'>
|
||||
<span class='font-medium text-gray-400'>roadmap.sh</span> is a community effort to create roadmaps, guides and
|
||||
other educational content to help guide the developers in picking up the path and guide their learnings.
|
||||
other educational content to help guide developers in picking up the path and guide their learnings.
|
||||
</p>
|
||||
|
||||
<p class='block sm:hidden text-gray-400 text-md px-0'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user