From 03da0ef24df6c8c4cbee391b0dc4a1d2acbba537 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 31 Dec 2022 19:56:34 +0400 Subject: [PATCH] Add topic overlay component --- .../InteractiveRoadmap.astro | 6 ++-- src/components/TopicOverlay.astro | 31 +++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 src/components/TopicOverlay.astro 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