From 2816a005a38114fc9302f96b7399036e6a92a04b Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Mon, 2 Oct 2023 20:29:13 +0600 Subject: [PATCH] Add Skeleton Loading --- src/components/CustomRoadmap/RoadmapHeader.tsx | 2 +- src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/CustomRoadmap/RoadmapHeader.tsx b/src/components/CustomRoadmap/RoadmapHeader.tsx index 0bb7a3b31..6a8d1243f 100644 --- a/src/components/CustomRoadmap/RoadmapHeader.tsx +++ b/src/components/CustomRoadmap/RoadmapHeader.tsx @@ -72,7 +72,7 @@ export function RoadmapHeader(props: RoadmapHeaderProps) { {creator?.name || 'Anonymous'} -
+

{title}

{description} diff --git a/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx b/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx index f552d7123..2879e9f9f 100644 --- a/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx +++ b/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx @@ -2,14 +2,18 @@ export function SkeletonRoadmapHeader() { return (

-
+
+
+
+
+
-
-
+
+