Skip to content

Commit 64b2eed

Browse files
committed
fix: fix img component in docs/
1 parent 7511011 commit 64b2eed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/docs/src/mdx-components.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export function getMDXComponents(components?: MDXComponents): MDXComponents {
1111
return {
1212
...defaultMdxComponents,
1313
Image,
14+
// biome-ignore lint/a11y/useAltText: <explanation>
15+
img: (props) => <img {...props} />,
1416
Cross,
1517
Check,
1618
Tab,

0 commit comments

Comments
 (0)