diff --git a/frontend/app/(main)/main/page.tsx b/frontend/app/(main)/main/page.tsx index 3784fb06..45f75f67 100644 --- a/frontend/app/(main)/main/page.tsx +++ b/frontend/app/(main)/main/page.tsx @@ -15,7 +15,7 @@ export default function MainPage() {
-

Vexolor에 오신 것을 환영합니다!

+

Vexplor에 오신 것을 환영합니다!

제품 수명 주기 관리 시스템을 통해 효율적인 업무를 시작하세요.

Node.js diff --git a/frontend/constants/auth.ts b/frontend/constants/auth.ts index 047f1dbb..49d9b480 100644 --- a/frontend/constants/auth.ts +++ b/frontend/constants/auth.ts @@ -18,7 +18,7 @@ export const AUTH_CONFIG = { export const UI_CONFIG = { COMPANY_NAME: "VEXPLOR", COPYRIGHT: "© 2024 VEXPLOR. All rights reserved.", - POWERED_BY: "Powered by Vexolor", + POWERED_BY: "Powered by Vexplor", } as const; export const FORM_VALIDATION = {