From a3d881aeedd0d0ecd86791150aecc00ba4214c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=20=28Claude=29?= Date: Tue, 9 Jun 2026 11:55:55 +0300 Subject: [PATCH] =?UTF-8?q?refactor:=20=D1=83=D0=B1=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=97=D0=B0=D0=BC=D0=B5=D1=82=D0=BA=D0=B8=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3=D0=B0=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20app.zeropost.ru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Header.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/Header.js b/components/Header.js index 9f2e6f6..030a6c3 100644 --- a/components/Header.js +++ b/components/Header.js @@ -1,7 +1,7 @@ 'use client'; import Link from 'next/link'; import { useRouter } from 'next/navigation'; -import { Sparkles, LogOut, Settings2, CalendarDays, MessageCircle } from 'lucide-react'; +import { Sparkles, LogOut, Settings2, CalendarDays } from 'lucide-react'; import ThemeToggle from './ThemeToggle'; export default function Header({ user }) { @@ -22,10 +22,6 @@ export default function Header({ user }) { Календарь - - - Заметки -
{user?.isAdmin && (