This commit is contained in:
@kirill.komarov
2026-05-12 21:37:39 +05:00
parent 33e387d05c
commit 57fa4adf08
7 changed files with 120 additions and 13 deletions
+1 -5
View File
@@ -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