Fix featured grid

This commit is contained in:
adilallo
2026-05-22 13:50:55 -06:00
parent 3dbb6b61d2
commit 5863a256f6
23 changed files with 243 additions and 88 deletions
@@ -21,6 +21,10 @@ const MiniContainer = memo<MiniProps>(
onClick,
href,
ariaLabel,
featureGridShell = false,
panelWidth,
panelHeight,
panelImageClassName,
}) => {
const t = useTranslation("controlsChrome");
@@ -92,6 +96,10 @@ const MiniContainer = memo<MiniProps>(
computedAriaLabel={computedAriaLabel}
wrapperElement={wrapperElement}
wrapperProps={wrapperProps}
featureGridShell={featureGridShell}
panelWidth={panelWidth}
panelHeight={panelHeight}
panelImageClassName={panelImageClassName}
>
{children}
</MiniView>