docs: update user guide introduction page (#11474)

* docs: update user guide introduction page

* chore: run yarn prep automatically
This commit is contained in:
Shahed Nasser
2025-02-14 16:15:28 +02:00
committed by GitHub
parent 5dc8a403ef
commit 10081118a5
14 changed files with 944 additions and 328 deletions
@@ -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}
/>
)