diff --git a/src/components/TopicDetail/TopicDetail.tsx b/src/components/TopicDetail/TopicDetail.tsx index 8ea7bdd21..dd48af0c2 100644 --- a/src/components/TopicDetail/TopicDetail.tsx +++ b/src/components/TopicDetail/TopicDetail.tsx @@ -560,68 +560,42 @@ export function TopicDetail(props: TopicDetailProps) { )} > )} - {/* Contribution */} - {canSubmitContribution && - !hasEnoughLinks && - contributionUrl && - hasContent && ( -
- This popup should be a brief introductory paragraph for - the topic and a few links to good articles, videos, or any - other self-vetted learning resources. Please consider - submitting a PR to improve this content. -
- -