From 0d431033231e9e0bdc867c162f43993d32354246 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 25 Mar 2024 15:11:25 +0000 Subject: [PATCH] Add "new" to new roadmaps on homepage --- src/components/FeaturedItems/FeaturedItem.astro | 3 ++- .../datastructures-and-algorithms.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/FeaturedItems/FeaturedItem.astro b/src/components/FeaturedItems/FeaturedItem.astro index 2636fed9b..73c424b40 100644 --- a/src/components/FeaturedItems/FeaturedItem.astro +++ b/src/components/FeaturedItems/FeaturedItem.astro @@ -48,10 +48,11 @@ const { { isNew && ( - + + New ) } diff --git a/src/data/roadmaps/datastructures-and-algorithms/datastructures-and-algorithms.md b/src/data/roadmaps/datastructures-and-algorithms/datastructures-and-algorithms.md index c751d0ec7..5b201bcd1 100644 --- a/src/data/roadmaps/datastructures-and-algorithms/datastructures-and-algorithms.md +++ b/src/data/roadmaps/datastructures-and-algorithms/datastructures-and-algorithms.md @@ -7,7 +7,7 @@ briefDescription: 'Step by step guide to learn Data Structures and Algorithms in title: 'Data Structures & Algorithms Roadmap' description: 'Step by step guide to learn Data Structures and Algorithms in 2024' hasTopics: true -isNew: true +isNew: false dimensions: width: 968 height: 1814.72