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 + ) }