Use legacy grid on dashboard page

This commit is contained in:
viown
2025-07-19 12:11:50 +03:00
parent 7a8e934c7e
commit 6dbbe0e78b
4 changed files with 16 additions and 30 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ const BaseCard = ({ title, secondaryTitle, text, image, icon, to, onClick, actio
</CardActionArea>
<CardHeader
title={
<Stack direction='row' gap={1} alignItems='center'>
<Stack direction='row' spacing={1} alignItems='center'>
<Typography sx={{
overflow: 'hidden',
whiteSpace: 'nowrap',