deploy
This commit is contained in:
@@ -37,11 +37,7 @@ import { BearLogo } from '@/shared/ui/BearLogo'
|
||||
|
||||
type NavItem = { label: string; to: string }
|
||||
|
||||
const navItems: NavItem[] = [
|
||||
{ label: 'Каталог', to: '/' },
|
||||
{ label: 'О нас', to: '/about' },
|
||||
{ label: 'О покупке', to: '/info' },
|
||||
]
|
||||
const navItems: NavItem[] = [{ label: 'Каталог', to: '/' }]
|
||||
|
||||
function ThemeControlsDesktop(props: {
|
||||
scheme: string
|
||||
|
||||
@@ -54,12 +54,15 @@ export function MainLayout({ children }: PropsWithChildren) {
|
||||
Покупателям
|
||||
</Typography>
|
||||
<Stack spacing={1}>
|
||||
<Link component={RouterLink} to="/about" color="inherit" underline="hover" variant="body2">
|
||||
О нас и самовывоз
|
||||
</Link>
|
||||
<Link component={RouterLink} to="/me" color="inherit" underline="hover" variant="body2">
|
||||
Личный кабинет
|
||||
</Link>
|
||||
<Link component={RouterLink} to="/info" color="inherit" underline="hover" variant="body2">
|
||||
О покупке
|
||||
</Link>
|
||||
<Link component={RouterLink} to="/about" color="inherit" underline="hover" variant="body2">
|
||||
О нас
|
||||
</Link>
|
||||
<Typography variant="body2" color="text.secondary">
|
||||
Доставка и самовывоз: уточняются при оформлении заказа; по вопросам — контакты ниже.
|
||||
</Typography>
|
||||
@@ -94,7 +97,7 @@ export function MainLayout({ children }: PropsWithChildren) {
|
||||
color="text.secondary"
|
||||
sx={{ display: 'block', textAlign: { xs: 'left', sm: 'center' } }}
|
||||
>
|
||||
© {year} {STORE_NAME}. Сделано для демонстрации возможностей витрины.
|
||||
© {year} {STORE_NAME}
|
||||
</Typography>
|
||||
</Container>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user