Skip to content

Commit 8cdf3f1

Browse files
committed
Update markdown component on group index
1 parent de5685f commit 8cdf3f1

File tree

2 files changed

+353
-262
lines changed

2 files changed

+353
-262
lines changed

polaris.shopify.com/pages/components/[group]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default function GroupPage({
129129
<AlphaStack gap="4">
130130
{frontMatter?.description && (
131131
<Longform firstParagraphIsLede>
132-
<Markdown text={frontMatter?.description} />
132+
<Markdown>{frontMatter?.description}</Markdown>
133133
</Longform>
134134
)}
135135

0 commit comments

Comments
 (0)