From a71c854193d24732e520d6cae0b7eb3de0048291 Mon Sep 17 00:00:00 2001 From: 42inshin Date: Tue, 28 Jan 2025 19:09:05 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20TEST:=20CI=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=20#64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/pages/NotFoundPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/pages/NotFoundPage/index.tsx b/src/frontend/src/pages/NotFoundPage/index.tsx index da8b84cd..cf1795a9 100644 --- a/src/frontend/src/pages/NotFoundPage/index.tsx +++ b/src/frontend/src/pages/NotFoundPage/index.tsx @@ -1,3 +1,3 @@ export const NotFoundPage = () => { - return
404 Not Found
; + return
404 Not Found입니다.
; };