From 52a4383830fa55961a73c383794cce15082304f8 Mon Sep 17 00:00:00 2001 From: chysis Date: Sat, 10 Aug 2024 00:05:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20topbar=EC=97=90=EC=84=9C=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=EC=B0=BD=20=EB=B0=8F=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EC=82=AC=EC=A7=84=20=EC=88=A8=EA=B9=80=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/layouts/Topbar/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/layouts/Topbar/index.tsx b/frontend/src/components/layouts/Topbar/index.tsx index 169f7aeeb..79664214a 100644 --- a/frontend/src/components/layouts/Topbar/index.tsx +++ b/frontend/src/components/layouts/Topbar/index.tsx @@ -1,11 +1,11 @@ -import UserProfileIcon from '../../../assets/userProfile.svg'; -import { SearchInput } from '../../common'; +// import UserProfileIcon from '../../../assets/userProfile.svg'; +// import { SearchInput } from '../../common'; import Logo from './components/Logo'; import SidebarOpenButton from './components/SidebarOpenButton'; import * as S from './styles'; -const USER_SEARCH_PLACE_HOLDER = '사용자를 입력해주세요.'; +// const USER_SEARCH_PLACE_HOLDER = '사용자를 입력해주세요.'; interface TopbarProps { openSidebar: () => void; @@ -18,8 +18,8 @@ const Topbar = ({ openSidebar }: TopbarProps) => { - - + {/* */} + {/* */} );