Fix typo on homepage

pull/3841/head
Kamran Ahmed 2 years ago
parent 396bedd319
commit 953ca9257c
  1. 2
      src/pages/about.astro
  2. 2
      src/pages/index.astro

@ -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…
Cancel
Save