From e18117d669ec765116fb0065e73d04d0a27a2111 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Wed, 21 Jun 2023 20:14:25 +0600 Subject: [PATCH] chore: mark favorite --- src/components/BestPracticeHeader.astro | 22 ++++++------- src/components/RoadmapHeader.astro | 42 ++++++++++++------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/components/BestPracticeHeader.astro b/src/components/BestPracticeHeader.astro index d5ef595ef..f88bda906 100644 --- a/src/components/BestPracticeHeader.astro +++ b/src/components/BestPracticeHeader.astro @@ -22,9 +22,17 @@ const isBestPracticeReady = !isUpcoming;
-

- {title} -

+
+

+ {title} +

+ +

{description}

@@ -80,13 +88,6 @@ const isBestPracticeReady = !isUpcoming; { isBestPracticeReady && ( - ) }
diff --git a/src/components/RoadmapHeader.astro b/src/components/RoadmapHeader.astro index 34892c6ce..e80f6b228 100644 --- a/src/components/RoadmapHeader.astro +++ b/src/components/RoadmapHeader.astro @@ -41,9 +41,17 @@ const isRoadmapReady = !isUpcoming;
-

- {title} -

+
+

+ {title} +

+ +

{description}

@@ -114,24 +122,16 @@ const isRoadmapReady = !isUpcoming; { isRoadmapReady && ( - + + + + Suggest + ) }