diff --git a/src/components/CustomRoadmap/RoadmapHeader.tsx b/src/components/CustomRoadmap/RoadmapHeader.tsx
index 5baca89dd..5775d89e3 100644
--- a/src/components/CustomRoadmap/RoadmapHeader.tsx
+++ b/src/components/CustomRoadmap/RoadmapHeader.tsx
@@ -81,7 +81,7 @@ export function RoadmapHeader(props: RoadmapHeaderProps) {
- {showcaseStatus === 'rejected_with_reason' && showcaseRejectedReason} + {showcaseStatus === 'rejected_with_reason' && ( + <> + + {showcaseRejectedReason} + + + Feel free to make changes to your roadmap and resubmit. + + > + )} {!showcaseStatus && ( <> - Submitting your roadmap for a featured listing will make it - visible to everyone on the platform.{' '} - Are you sure? + We will review your roadmap and if accepted, we will make it + public and show it on the community roadmap listing.{' '} + + Are you sure to submit? + > )}
diff --git a/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx b/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx index 9759918d4..16d7832ef 100644 --- a/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx +++ b/src/components/CustomRoadmap/SkeletonRoadmapHeader.tsx @@ -1,7 +1,7 @@ export function SkeletonRoadmapHeader() { return (