diff --git a/src/components/BestPracticeHeader.astro b/src/components/BestPracticeHeader.astro index b7219d65a..d5ef595ef 100644 --- a/src/components/BestPracticeHeader.astro +++ b/src/components/BestPracticeHeader.astro @@ -2,6 +2,7 @@ import Icon from './AstroIcon.astro'; import LoginPopup from './AuthenticationFlow/LoginPopup.astro'; import BestPracticeHint from './BestPracticeHint.astro'; +import { MarkFavorite } from './FeaturedItems/MarkFavorite'; import ProgressHelpPopup from './ProgressHelpPopup.astro'; export interface Props { @@ -18,35 +19,35 @@ const isBestPracticeReady = !isUpcoming; -
-
-
-

+
+
+
+

{title}

-

{description}

+

{description}

-
-
+
+
- ← + ← { isBestPracticeReady && ( ) } @@ -55,40 +56,48 @@ const isBestPracticeReady = !isUpcoming; isBestPracticeReady && ( ) }
{ isBestPracticeReady && ( - - - - Suggest - + ) }
diff --git a/src/components/RoadmapHeader.astro b/src/components/RoadmapHeader.astro index 3c25bf9bf..34892c6ce 100644 --- a/src/components/RoadmapHeader.astro +++ b/src/components/RoadmapHeader.astro @@ -36,63 +36,63 @@ const isRoadmapReady = !isUpcoming; -
-
+
+
-
-

+
+

{title}

-

{description}

+

{description}

-
-
+
+
{ !hasSearch && ( <> - ← + ← {isRoadmapReady && ( <> )} ) @@ -102,11 +102,11 @@ const isRoadmapReady = !isUpcoming; hasSearch && ( ← -  Visual Roadmap +  Visual Roadmap ) } @@ -115,18 +115,23 @@ const isRoadmapReady = !isUpcoming; { isRoadmapReady && ( + + + + + Suggest + +
) }