From 7e8cc8cd687c9d0e31396d5719c04c329a5ba203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=A0=95=EC=9A=B0?= Date: Thu, 25 Apr 2024 00:39:33 +0900 Subject: [PATCH] fix: satisfy jsx rules --- src/components/left-nav-layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/left-nav-layout.tsx b/src/components/left-nav-layout.tsx index 2aa75467..d5ec451c 100644 --- a/src/components/left-nav-layout.tsx +++ b/src/components/left-nav-layout.tsx @@ -115,7 +115,7 @@ function PowerUpIcon({ isActive }: IconProps) { xmlns="http://www.w3.org/2000/svg" color={isActive ? '#FFAB40' : '#A2A6AB'} > - + - + - + @@ -250,8 +250,8 @@ function LogoIcon() { function PlusIcon() { return ( - - + + ) }