From dacd0787683d1fe31afe57efc828dac6cc6fe05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8C=E1=85=A5=E1=86=BC=E1=84=92=E1=85=A2=E1=84=89?= =?UTF-8?q?=E1=85=A5=E1=86=BC?= Date: Tue, 16 Apr 2024 02:12:12 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20lint=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/Header/MobilePanel/MobilePanel.module.scss | 3 +-- src/component/common/Header/PCPanel/PCPanel.module.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/component/common/Header/MobilePanel/MobilePanel.module.scss b/src/component/common/Header/MobilePanel/MobilePanel.module.scss index cea42145..e1ad8e33 100644 --- a/src/component/common/Header/MobilePanel/MobilePanel.module.scss +++ b/src/component/common/Header/MobilePanel/MobilePanel.module.scss @@ -137,8 +137,7 @@ height: 24px; margin-right: 4px; content: ""; - background: url("http://static.koreatech.in/assets/img/ic-bottom_myinfo.png") - center/24px 24px; + background: url("http://static.koreatech.in/assets/img/ic-bottom_myinfo.png") center/24px 24px; } & > a { diff --git a/src/component/common/Header/PCPanel/PCPanel.module.scss b/src/component/common/Header/PCPanel/PCPanel.module.scss index fdc1d130..875677e3 100644 --- a/src/component/common/Header/PCPanel/PCPanel.module.scss +++ b/src/component/common/Header/PCPanel/PCPanel.module.scss @@ -147,4 +147,4 @@ font-weight: 800; } } -} \ No newline at end of file +}