1 parent 00c5ab3 commit c95cc61Copy full SHA for c95cc61
1 file changed
apps/web/registry/examples/typography.tsx
@@ -22,18 +22,6 @@ export default function TypographyDemo() {
22
<li>Ordered item 2</li>
23
<li>Ordered item 3</li>
24
</Typography>
25
-
26
- <figure>
27
- {/* oxlint-disable-next-line next/no-img-element */}
28
- <img
29
- src='https://images.unsplash.com/photo-1700199849610-dd069b1719c2?q=80&w=1931&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'
30
- alt='demonstration of typography styles'
31
- className='mx-auto w-1/2 rounded-md object-cover'
32
- />
33
- <Typography variant='caption' render={<figcaption />}>
34
- Figure 1. A sample image demonstrating typography styles.
35
- </Typography>
36
- </figure>
37
</article>
38
)
39
}
0 commit comments