From 7a2e2832810b4113545a55115c0591d7baa754f6 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 10 Apr 2023 16:22:25 +0100 Subject: [PATCH] Refactor logic for mark done and pending --- .../TopicOverlay/TopicOverlay.astro | 70 ++++++------------- 1 file changed, 22 insertions(+), 48 deletions(-) diff --git a/src/components/TopicOverlay/TopicOverlay.astro b/src/components/TopicOverlay/TopicOverlay.astro index a42f23375..a1f570c69 100644 --- a/src/components/TopicOverlay/TopicOverlay.astro +++ b/src/components/TopicOverlay/TopicOverlay.astro @@ -11,7 +11,7 @@ const { contentContributionLink } = Astro.props;