From e3793b00c7fca992c4c59e04596e21f0b9fde0ed Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 29 Aug 2023 18:35:53 +0100 Subject: [PATCH] Change background color of grid --- src/components/GridItem.astro | 10 ++++++---- src/pages/roadmaps.astro | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/GridItem.astro b/src/components/GridItem.astro index f6502d5b7..a77678918 100644 --- a/src/components/GridItem.astro +++ b/src/components/GridItem.astro @@ -13,18 +13,20 @@ const { url, title, description, isNew } = Astro.props; {title} - + { isNew && ( - + New ) diff --git a/src/pages/roadmaps.astro b/src/pages/roadmaps.astro index 118a937f7..507f4a867 100644 --- a/src/pages/roadmaps.astro +++ b/src/pages/roadmaps.astro @@ -21,7 +21,7 @@ const skillRoadmaps = await getRoadmapsByTag('skill-roadmap');
-
+
{ roleRoadmaps.map((roleRoadmap) => (