docs: update user guide introduction page (#11474)
* docs: update user guide introduction page * chore: run yarn prep automatically
This commit is contained in:
@@ -11,7 +11,10 @@ export const InlineIcon = ({ Icon, alt, ...props }: InlineIconProps) => {
|
||||
return (
|
||||
<Icon
|
||||
{...props}
|
||||
className={clsx("text-medusa-fg-subtle inline", props.className)}
|
||||
className={clsx(
|
||||
"text-medusa-fg-subtle inline-block align-middle",
|
||||
props.className
|
||||
)}
|
||||
aria-label={alt}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user