From 4e44595948bc4415436cc55e8224edc86d88b8a6 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 4 Jan 2023 20:08:53 +0400 Subject: [PATCH] Add TNS banner --- bin/roadmap-metas.cjs | 2 +- .../InteractiveRoadmap.astro | 2 +- src/components/ResourcesAlert.astro | 64 +++++++++++-------- src/roadmaps/react/react.md | 2 +- 4 files changed, 39 insertions(+), 31 deletions(-) diff --git a/bin/roadmap-metas.cjs b/bin/roadmap-metas.cjs index ec0986180..cc4be9f4a 100644 --- a/bin/roadmap-metas.cjs +++ b/bin/roadmap-metas.cjs @@ -92,7 +92,7 @@ module.exports = { react: { dimensions: { width: 968, - height: 2570.26, + height: 1570.26, }, }, 'software-architect': { diff --git a/src/components/InteractiveRoadmap/InteractiveRoadmap.astro b/src/components/InteractiveRoadmap/InteractiveRoadmap.astro index 8e29887ca..bd3e72c31 100644 --- a/src/components/InteractiveRoadmap/InteractiveRoadmap.astro +++ b/src/components/InteractiveRoadmap/InteractiveRoadmap.astro @@ -30,7 +30,7 @@ const { roadmapId, jsonUrl, dimensions = null, description, roadmapPermalink } = slot="after-header" /> -
+
- - - -

- We have added resources. Try clicking roadmap nodes or visit{" "} - - resources list - - . -

diff --git a/src/roadmaps/react/react.md b/src/roadmaps/react/react.md index 30b61fb70..4b8f58834 100644 --- a/src/roadmaps/react/react.md +++ b/src/roadmaps/react/react.md @@ -9,7 +9,7 @@ description: "Everything that is there to learn about React and the ecosystem in hasTopics: true dimensions: width: 968 - height: 2570.26 + height: 1570.26 seo: title: "React Developer Roadmap: Learn to become a React developer" description: "Community driven, articles, resources, guides, interview questions, quizzes for react development. Learn to become a modern React developer by following the steps, skills, resources and guides listed in this roadmap."