Skip to content

Commit c95cc61

Browse files
committed
chore: minor changes
1 parent 00c5ab3 commit c95cc61

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

apps/web/registry/examples/typography.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ export default function TypographyDemo() {
2222
<li>Ordered item 2</li>
2323
<li>Ordered item 3</li>
2424
</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>
3725
</article>
3826
)
3927
}

0 commit comments

Comments
 (0)