@@ -288,6 +299,33 @@ export function TopicDetail(props: TopicDetailProps) {
)}
+ {canSubmitContribution && (
+
+
+ Use the pre-filled search queries below to find learning
+ resources:
+
+
+
+ )}
+
{/* Contribution */}
{canSubmitContribution && !hasEnoughLinks && contributionUrl && (
diff --git a/src/pages/[roadmapId]/index.astro b/src/pages/[roadmapId]/index.astro
index 898c6d161..8353af669 100644
--- a/src/pages/[roadmapId]/index.astro
+++ b/src/pages/[roadmapId]/index.astro
@@ -106,7 +106,12 @@ const ogImageUrl =
description={roadmapData.briefDescription}
pageUrl={`https://roadmap.sh/${roadmapId}`}
/>
-
+
-
+