From e5f76280874721ea3ca51220c8376459a0665607 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 29 May 2024 00:59:44 +0100 Subject: [PATCH] Fix custom roadmap marking as done not working --- src/components/TopicDetail/TopicDetail.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/TopicDetail/TopicDetail.tsx b/src/components/TopicDetail/TopicDetail.tsx index 5b79f7e70..118d8c3d0 100644 --- a/src/components/TopicDetail/TopicDetail.tsx +++ b/src/components/TopicDetail/TopicDetail.tsx @@ -245,7 +245,11 @@ export function TopicDetail(props: TopicDetailProps) {
{!isEmbed && ( { @@ -288,13 +292,16 @@ export function TopicDetail(props: TopicDetailProps) {
)} {canSubmitContribution && ( -
- +
+

Help us write this content

-

- Write a brief introduction to this topic and submit a link to a good article, podcast, video, or any other self-vetted resource that helped you understand this topic better. +

+ Write a brief introduction to this topic and submit a + link to a good article, podcast, video, or any other + self-vetted resource that helped you understand this + topic better.