fix: base component dirs, remove duplicate component instance

This commit is contained in:
Sajad Mirjalili
2025-09-26 16:02:28 +03:30
parent 5e332861cd
commit d4ee5114ab
18 changed files with 76 additions and 290 deletions

View File

@@ -85,9 +85,7 @@ export default function ProductsMenu({
</Button>
</Stack>
<Box sx={{ width: 69 }}>
<product.LogoComponent />
</Box>
<Box sx={{ width: 69 }}>{product.LogoComponent}</Box>
</Stack>
))}
</Box>