Update file header.tsx

This commit is contained in:
Андрей Сумин
2025-03-01 21:27:49 +00:00
parent 3b75761ea1
commit ba00bb021a
@@ -43,7 +43,7 @@ const Header = () => {
<div className="px-2 py-4"> <div className="px-2 py-4">
<ProfileOption <ProfileOption
icon={<User size={18} />} icon={<User size={18} />}
label="Ваш профиль" label="Соси дура"
onClick={() => { onClick={() => {
setIsProfileOpen(false); setIsProfileOpen(false);
}} }}