This commit is contained in:
@kirill.komarov
2026-05-13 12:33:46 +05:00
parent c6228dfaab
commit 40483679de
3 changed files with 150 additions and 27 deletions
+3 -3
View File
@@ -41,6 +41,9 @@ export function MainLayout({ children }: PropsWithChildren) {
<Link component={RouterLink} to="/" color="inherit" underline="hover" variant="body2">
Каталог
</Link>
<Link component={RouterLink} to="/privacy" color="inherit" underline="hover" variant="body2">
Политика конфиденциальности
</Link>
<Typography variant="body2" color="text.secondary">
Изделия ручной работы: вещи с характером и вниманием к деталям.
</Typography>
@@ -60,9 +63,6 @@ export function MainLayout({ children }: PropsWithChildren) {
<Link component={RouterLink} to="/about" color="inherit" underline="hover" variant="body2">
О нас
</Link>
<Link component={RouterLink} to="/privacy" color="inherit" underline="hover" variant="body2">
Политика конфиденциальности
</Link>
</Stack>
</Grid>
<Grid size={{ xs: 12, sm: 4 }}>