diff --git a/src/components/InteractiveRoadmap/InteractiveRoadmap.astro b/src/components/InteractiveRoadmap/InteractiveRoadmap.astro index 550c4cc7f..e978ddd4d 100644 --- a/src/components/InteractiveRoadmap/InteractiveRoadmap.astro +++ b/src/components/InteractiveRoadmap/InteractiveRoadmap.astro @@ -1,6 +1,7 @@ --- import Loader from "../Loader.astro"; import ShareIcons from "../ShareIcons.astro"; +import TopicOverlay from "../TopicOverlay.astro"; import "./InteractiveRoadmap.css"; export interface Props { @@ -27,12 +28,13 @@ const { roadmapId, jsonUrl, dimensions, description, roadmapPermalink } = slot="after-header" /> -
+
- + + \ No newline at end of file