diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/layout/Footer.tsx | 3 | ||||
| -rw-r--r-- | components/login/login-form.tsx | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index f7d6906d..c994b844 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -6,8 +6,7 @@ export function SiteFooter() { <div className="container-wrapper"> <div className="container py-4"> <div className="text-balance text-center text-sm leading-loose text-muted-foreground md:text-left"> - Built by{" "} - + enterprise Vendor Co-work Platform - 삼성중공업 전사벤더협업플랫폼 </div> </div> </div> diff --git a/components/login/login-form.tsx b/components/login/login-form.tsx index 7236c02e..04701c3a 100644 --- a/components/login/login-form.tsx +++ b/components/login/login-form.tsx @@ -274,7 +274,7 @@ export function LoginForm({ {/* 설명 텍스트 추가 - 업체 등록 관련 안내 */} <p className="text-xs text-muted-foreground mt-2"> - {'등록된 업체만 로그인하실 수 있습니다. 아직 등록되지 않은 업체라면 상단의 업체 등록 신청 버튼을 이용해주세요.'} + {'등록된 업체만 로그인하실 수 있습니다. 아직도 등록되지 않은 업체라면 상단의 업체 등록 신청 버튼을 이용해주세요.'} </p> </div> |
