edit layout for small resolution screens

This commit is contained in:
smanylov
2026-01-23 15:43:05 +07:00
parent 38ce69047d
commit f8ab107724
22 changed files with 367 additions and 140 deletions
+2
View File
@@ -3,12 +3,14 @@ import UserMenuButton from './userMenuButton';
import Link from 'next/link';
import LanguageSwitcher from '@/app/components/LanguageSwitcher';
import { useTranslations } from 'next-intl';
import BurgerMenu from '@/app/ui/navigation/burger-menu';
export default function HeaderPanel() {
const t = useTranslations("Global");
return (
<header className="header">
<BurgerMenu />
<div className="header-action">
<LanguageSwitcher />
<Link