We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5685f commit 8cdf3f1Copy full SHA for 8cdf3f1
polaris.shopify.com/pages/components/[group]/index.tsx
@@ -129,7 +129,7 @@ export default function GroupPage({
129
<AlphaStack gap="4">
130
{frontMatter?.description && (
131
<Longform firstParagraphIsLede>
132
- <Markdown text={frontMatter?.description} />
+ <Markdown>{frontMatter?.description}</Markdown>
133
</Longform>
134
)}
135
0 commit comments