Use each catalog article’s Figma body ornaments instead of one shared pair.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -208,7 +208,10 @@ export default async function BlogPostPage({ params }: PageProps) {
|
||||
<ContentBanner post={post} />
|
||||
|
||||
<div className="relative w-full overflow-x-clip">
|
||||
<ContentTemplateDecorativeShapes variant="article" />
|
||||
<ContentTemplateDecorativeShapes
|
||||
variant="article"
|
||||
slug={post.slug}
|
||||
/>
|
||||
|
||||
<article
|
||||
data-node-id="19031:10426"
|
||||
|
||||
Reference in New Issue
Block a user