diff --git a/src/components/AboutUs/RoadmapSection.tsx b/src/components/AboutUs/RoadmapSection.tsx index fc0279a5..1af1e7a3 100644 --- a/src/components/AboutUs/RoadmapSection.tsx +++ b/src/components/AboutUs/RoadmapSection.tsx @@ -12,13 +12,13 @@ const RoadmapSection: React.FC = () => { {/* Section header */}
- + {roadmapContent.title.prefix} {' '} @@ -27,7 +27,7 @@ const RoadmapSection: React.FC = () => { { /> {
{ {/* Content */}
-

+

{item.title}

-

+

{item.description || 'Milestone in our journey'}

@@ -138,9 +138,9 @@ const RoadmapSection: React.FC = () => { {/* Card */}

{item.title}