From d6882ccfd8a17b745615cd1519068047831ba341 Mon Sep 17 00:00:00 2001 From: juwon Date: Tue, 18 Jun 2024 19:53:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=99=B8=EC=B6=9C=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EC=BD=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navigatorBar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigatorBar/index.tsx b/src/components/navigatorBar/index.tsx index 7827220..eadc2bb 100644 --- a/src/components/navigatorBar/index.tsx +++ b/src/components/navigatorBar/index.tsx @@ -60,7 +60,7 @@ const nameToIconLink = { Icon: Human, }, 홈: { link: '', Icon: Home }, - 외출: { link: 'outing', Icon: Outing }, + 외출: { link: 'outing', Icon: PlusBubble }, }; const _Filler = styled.div`