diff --git a/packages/components/src/components/frame/frame.stories.tsx b/packages/components/src/components/frame/frame.stories.tsx index dedb84a9..a6c0121b 100644 --- a/packages/components/src/components/frame/frame.stories.tsx +++ b/packages/components/src/components/frame/frame.stories.tsx @@ -21,12 +21,12 @@ export const Basic: Story = { }, }; -export const WithCaption: Story = { +export const WithDescription: Story = { args: { style: { width: "400px", height: "200px" }, className: "w-full", - description: "This is a frame caption", - children:
{text}
, style, className, children, @@ -68,7 +70,7 @@ const Frame = ({ contentEditable={false} data-component-part="frame-description" > -{description}
+ {renderDescription(description)} )}