diff --git a/apps/web/src/app/error.tsx b/apps/web/src/app/error.tsx index 329e90e4..519de9b8 100644 --- a/apps/web/src/app/error.tsx +++ b/apps/web/src/app/error.tsx @@ -5,6 +5,7 @@ import Link from 'next/link'; import { useEffect } from 'react'; import { WarningIconFill } from '@/assets/icons'; +import { buttonStyles } from '@/components/button/button.style'; import { ROUTES } from '@/consts/route'; type Props = { @@ -18,30 +19,27 @@ function Error({ error, reset }: Props) { }, [error]); return ( -
- 일시적인 오류예요. 잠시 후 다시 시도해 주세요. -
+잠시 후 다시 시도해 주세요
+예기치 못한 오류가 발생했습니다
-페이지를 새로고침해주세요.
- -+ 잠시 후 다시 시도해 주세요 +
+- 링크가 잘못되었거나 삭제된 페이지예요. -
++ 링크가 잘못되었거나 삭제된 페이지예요 +
+