From b9576aebeb0b21ee8b039509fd5ab8e713a27e55 Mon Sep 17 00:00:00 2001 From: inyeong-kang Date: Thu, 10 Aug 2023 20:12:46 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20(#325)=20=EB=8B=A4=EC=8B=9C=20?= =?UTF-8?q?=EC=8B=9C=EB=8F=84=20=EB=9D=BC=EB=8A=94=20=EB=AC=B8=EA=B5=AC?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Error/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Error/index.tsx b/frontend/src/pages/Error/index.tsx index 3e76e5108..007b699cb 100644 --- a/frontend/src/pages/Error/index.tsx +++ b/frontend/src/pages/Error/index.tsx @@ -7,6 +7,7 @@ import * as S from './style'; export default function Error() { const navigate = useNavigate(); + return ( @@ -26,7 +27,7 @@ export default function Error() { navigate(-1); }} > - 뒤로 가기 + 다시 시도