Skip to content

Commit

Permalink
chore-fe: 에러 페이지의 크루루 이메일 오타 수정 (#537)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kim Da Eun <[email protected]>
  • Loading branch information
2 people authored and seongjinme committed Aug 23, 2024
1 parent 0adc02f commit e6b645b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/ErrorPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ErrorMessages: Record<number | string, ErrorMessageConfig> = {
403: {
title: '접근이 제한되었습니다.',
description:
'이 페이지에 접근할 수 있는 권한이 없습니다. 올바른 권한이 있는지 확인해 주세요.\n혹시 문제가 계속된다면, [email protected]으로 문의해 주세요.',
'이 페이지에 접근할 수 있는 권한이 없습니다. 올바른 권한이 있는지 확인해 주세요.\n혹시 문제가 계속된다면, cruru.dev@gmail.com으로 문의해 주세요.',
buttons: [
{
label: '이전 페이지로 돌아가기',
Expand All @@ -60,7 +60,7 @@ const ErrorMessages: Record<number | string, ErrorMessageConfig> = {
500: {
title: '서버에 문제가 발생했습니다.',
description:
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 crurur@gmail.com으로 문의해 주세요.',
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 cruru.dev@gmail.com으로 문의해 주세요.',
buttons: [
{
label: '이전 페이지로 돌아가기',
Expand All @@ -72,7 +72,7 @@ const ErrorMessages: Record<number | string, ErrorMessageConfig> = {
default: {
title: '알 수 없는 오류가 발생했습니다.',
description:
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 crurur@gmail.com으로 문의해 주세요.',
'요청하신 작업을 처리하는 도중 문제가 발생했습니다. 불편을 드려 죄송합니다.\n잠시 후 다시 시도해 주세요. 문제가 계속된다면 cruru.dev@gmail.com으로 문의해 주세요.',
buttons: [
{
label: '이전 페이지로 돌아가기',
Expand Down

0 comments on commit e6b645b

Please sign in to comment.