From da0271d118f1b42af591782f21f4c439d05e288b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=ED=98=95=EC=A4=80?= Date: Tue, 20 Jun 2023 12:30:48 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Style]=20[GGFE-85]=20Menubar=20cursor?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=20+=20profile=20=EA=B0=9C?= =?UTF-8?q?=ED=96=89=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Layout/MenuBar/MenuBar.tsx | 2 +- styles/Layout/MenuBar.module.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Layout/MenuBar/MenuBar.tsx b/components/Layout/MenuBar/MenuBar.tsx index 92b6da57a..a9ce1dcdd 100644 --- a/components/Layout/MenuBar/MenuBar.tsx +++ b/components/Layout/MenuBar/MenuBar.tsx @@ -53,7 +53,7 @@ const MenuProfile = () => {
- 탁구왕  + 탁구왕
Date: Tue, 20 Jun 2023 12:56:50 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Style]=20[GGFE-85]=20cursor:pointer=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/Layout/MenuBar.module.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles/Layout/MenuBar.module.scss b/styles/Layout/MenuBar.module.scss index 9aadf7263..d4da9d586 100644 --- a/styles/Layout/MenuBar.module.scss +++ b/styles/Layout/MenuBar.module.scss @@ -81,7 +81,6 @@ margin-bottom: 1.125rem; border-top-left-radius: 0.625rem; border-bottom-left-radius: 0.625rem; - cursor: pointer; &:hover { background-color: rgba(212, 191, 215, 1); } @@ -108,7 +107,6 @@ display: flex; justify-content: flex-end; align-items: center; - cursor: pointer; div { padding-right: 0.375rem; font-size: 1rem;