From 4003911ba43aeee5124c8ab74a9a69f75dcb2586 Mon Sep 17 00:00:00 2001 From: genTe <128919388+wdgWon@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:17:10 +0900 Subject: [PATCH] =?UTF-8?q?[Refactoring=20=E2=9A=99=EF=B8=8F]=20=EB=A1=9C?= =?UTF-8?q?=EA=B3=A0=20=ED=81=B4=EB=A6=AD=EC=8B=9C=20=EB=A9=94=EC=9D=B8?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=EA=B3=BC=20=EB=8D=94=EB=B6=88=EC=96=B4=20=EC=83=88=EB=A1=9C?= =?UTF-8?q?=EA=B3=A0=EC=B9=A8=20=EC=8B=A4=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LogoLink/LogoLink.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/LogoLink/LogoLink.tsx b/src/components/LogoLink/LogoLink.tsx index 809c301e..1340a563 100644 --- a/src/components/LogoLink/LogoLink.tsx +++ b/src/components/LogoLink/LogoLink.tsx @@ -1,5 +1,3 @@ -import { Link as ReactRouterLink } from "react-router-dom" - import { Image, Link } from "@chakra-ui/react" import SidePeekLogoSVG from "@assets/svgs/sidepeek_logo.svg" @@ -10,9 +8,7 @@ interface LogoLinkProps { const LogoLink = ({ logoHeight }: LogoLinkProps) => { return ( - +