diff --git a/app/docs/components/avatar/avatar.mdx b/app/docs/components/avatar/avatar.mdx index bf396e69d..224d505da 100644 --- a/app/docs/components/avatar/avatar.mdx +++ b/app/docs/components/avatar/avatar.mdx @@ -173,7 +173,33 @@ Change the default size of the avatar component by passing the `size` prop. Size You can override the default image element by passing the `img` prop to the `` component. This is useful if you want to use a different image element like `` from Next.js. - + + ( + + )} + /> + ( + + + + + + )} + /> +`} +>
(