Remove focus on feature grid section

This commit is contained in:
adilallo
2026-05-24 16:55:07 -06:00
parent b1ad3c6203
commit 59999b8211
6 changed files with 18 additions and 37 deletions
@@ -79,7 +79,6 @@ const MiniContainer = memo<MiniProps>(
return {
wrapperElement: "div" as const,
wrapperProps: {
...baseProps,
className: "block",
},
};