diff --git a/src/pages/about.astro b/src/pages/about.astro index 35b626c71..063ca5e9b 100644 --- a/src/pages/about.astro +++ b/src/pages/about.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 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 diff --git a/src/pages/index.astro b/src/pages/index.astro index 7ec20ea1e..d962d74d2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -32,7 +32,7 @@ const videos = await getAllVideos();