From 19a2e51d6ca12a6f2b5047a6dc69b510c5c7d774 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:42:58 +0300 Subject: [PATCH] =?UTF-8?q?Replace=20menu=20icon=20with=20=E2=89=A1=20to?= =?UTF-8?q?=20fix=20hover=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #42 --- client/src/components/Header.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/components/Header.jsx b/client/src/components/Header.jsx index 6a06d64..0e6631d 100644 --- a/client/src/components/Header.jsx +++ b/client/src/components/Header.jsx @@ -1,6 +1,4 @@ /* eslint-disable react/prop-types */ -import { FaBars } from "react-icons/fa"; - function Header(props) { return (
@@ -8,7 +6,7 @@ function Header(props) { drawRTC
- +
);