From 953ca9257c0c7231475a82decf39c3af6994b7f7 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 1 May 2023 17:02:16 +0100 Subject: [PATCH] Fix typo on homepage --- src/pages/about.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();