From 0c2812a909932b007895a9d8a70b001d6a4d5b94 Mon Sep 17 00:00:00 2001 From: mayankshouche Date: Thu, 8 Aug 2024 11:08:16 -0700 Subject: [PATCH] fix: remove unused glass param --- content/components/frames.mdx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/content/components/frames.mdx b/content/components/frames.mdx index 34084058a..66a24cdf0 100644 --- a/content/components/frames.mdx +++ b/content/components/frames.mdx @@ -1,7 +1,7 @@ --- -title: 'Frames' -description: 'Use the Frame component to wrap images or other components in a container.' -icon: 'frame' +title: "Frames" +description: "Use the Frame component to wrap images or other components in a container." +icon: "frame" --- Frames are very helpful if you want to center an image. @@ -38,10 +38,4 @@ You can add additional context to an image using the optional `caption` prop. ``` -```jsx Glass Frame - - - -``` -