diff --git a/src/components/CustomRoadmap/RoadmapListPage.tsx b/src/components/CustomRoadmap/RoadmapListPage.tsx index cbf651f4f..180afc1c8 100644 --- a/src/components/CustomRoadmap/RoadmapListPage.tsx +++ b/src/components/CustomRoadmap/RoadmapListPage.tsx @@ -86,7 +86,7 @@ export function RoadmapListPage() { } const totalRoadmaps = allRoadmaps.personalRoadmaps.length; - const hasCrossedLimit = totalRoadmaps >= 3; + const hasCrossedLimit = !isPaidUser && totalRoadmaps >= 3; return (
@@ -117,7 +117,7 @@ export function RoadmapListPage() {
- {hasCrossedLimit && !isPaidUser && ( + {hasCrossedLimit && (

You have reached the limit of 3 roadmaps.{' '}