Skip to content

Commit 65c98fb

Browse files
fix: remove unused glass param (#247)
1 parent df8ec1e commit 65c98fb

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

content/components/frames.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Frames'
3-
description: 'Use the Frame component to wrap images or other components in a container.'
4-
icon: 'frame'
2+
title: "Frames"
3+
description: "Use the Frame component to wrap images or other components in a container."
4+
icon: "frame"
55
---
66

77
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.
3838
</Frame>
3939
```
4040

41-
```jsx Glass Frame
42-
<Frame type="glass">
43-
<img src="/path/image.jpg" />
44-
</Frame>
45-
```
46-
4741
</RequestExample>

0 commit comments

Comments
 (0)