From 5c2736bbbfda361e1191911f9ebbd93c9237080e Mon Sep 17 00:00:00 2001 From: yujin5959 Date: Thu, 14 Aug 2025 15:28:12 +0900 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=EC=97=90=EB=9F=AC=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=20ui=20=EC=99=84=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/common/Error.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/pages/common/Error.tsx b/src/pages/common/Error.tsx index dac9b72..a354545 100644 --- a/src/pages/common/Error.tsx +++ b/src/pages/common/Error.tsx @@ -1,3 +1,20 @@ +import Button from '@/components/common/Button'; + +import AlertCircle from '@/assets/icons/alert-circle_Fill.svg?react'; + export default function Error() { - return
; + return ( + <> +
+ +

서비스 이용에 불편을 드려 죄송합니다

+

+ 요청하신 페이지를 찾을 수 없습니다
경로가 잘못되었거나, 인터넷 연결이 불안정할 수 있습니다 +

+ +
+ + ); } From 2c5dc12e527f6ad6e009833e1faea14f7d57fbe6 Mon Sep 17 00:00:00 2001 From: yujin5959 Date: Thu, 14 Aug 2025 15:37:57 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=ED=94=BC=EB=93=9C=EB=B0=B1=20?= =?UTF-8?q?=EA=B8=B0=EB=B0=98=20=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/common/Error.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/common/Error.tsx b/src/pages/common/Error.tsx index a354545..97edc41 100644 --- a/src/pages/common/Error.tsx +++ b/src/pages/common/Error.tsx @@ -5,13 +5,14 @@ import AlertCircle from '@/assets/icons/alert-circle_Fill.svg?react'; export default function Error() { return ( <> -
+
-

서비스 이용에 불편을 드려 죄송합니다

+

서비스 이용에 불편을 드려 죄송합니다

요청하신 페이지를 찾을 수 없습니다
경로가 잘못되었거나, 인터넷 연결이 불안정할 수 있습니다

-
From 4935883a5841e1fe74d6c16e394a1476fb35f801 Mon Sep 17 00:00:00 2001 From: yujin5959 Date: Thu, 14 Aug 2025 15:53:02 +0900 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=ED=95=98=EB=93=9C=EC=BD=94=EB=94=A9?= =?UTF-8?q?=20=ED=8F=B0=ED=8A=B8=20=EC=82=AC=EC=9D=B4=EC=A7=95=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/common/Error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/common/Error.tsx b/src/pages/common/Error.tsx index 97edc41..62276ff 100644 --- a/src/pages/common/Error.tsx +++ b/src/pages/common/Error.tsx @@ -12,7 +12,7 @@ export default function Error() { 요청하신 페이지를 찾을 수 없습니다
경로가 잘못되었거나, 인터넷 연결이 불안정할 수 있습니다

-