diff --git a/src/components/TopicDetail/TopicDetail.tsx b/src/components/TopicDetail/TopicDetail.tsx index 8dacec4d8..c2e8745c8 100644 --- a/src/components/TopicDetail/TopicDetail.tsx +++ b/src/components/TopicDetail/TopicDetail.tsx @@ -399,6 +399,10 @@ export function TopicDetail(props: TopicDetailProps) { const shouldShowAiTab = !isCustomResource && resourceType === 'roadmap'; + const hasDataCampResources = paidResources.some((resource) => + resource.title.toLowerCase().includes('datacamp'), + ); + return (
+ Follow the resources listed on the roadmap or check + out the premium courses by DataCamp listed below. +
+ ++ They also have an{' '} + + Associate Data Scientist in Python + {' '} + track that covers all the key data scientist skills in + one place. +
+