diff --git a/src/components/RoadmapHeader.astro b/src/components/RoadmapHeader.astro index 611987a75..aa92569c8 100644 --- a/src/components/RoadmapHeader.astro +++ b/src/components/RoadmapHeader.astro @@ -20,7 +20,16 @@ export interface Props { hasTopics?: boolean; } -const { title, description, roadmapId, tnsBannerLink, isUpcoming = false, hasSearch = false, note, hasTopics = false } = Astro.props; +const { + title, + description, + roadmapId, + tnsBannerLink, + isUpcoming = false, + hasSearch = false, + note, + hasTopics = false, +} = Astro.props; const isRoadmapReady = !isUpcoming; --- @@ -30,14 +39,14 @@ const isRoadmapReady = !isUpcoming;
- {note && } + +