summaryrefslogtreecommitdiff
path: root/components/documents/vendor-docs.client.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 06:23:58 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 06:23:58 +0000
commitccca806e803baf87bbc97cb2c49b0065673b7a6b (patch)
tree80f32877637644125c6d404783b7349f42500876 /components/documents/vendor-docs.client.tsx
parentd23e59b405b0be567592ce967793356d1b11d559 (diff)
(최겸) 한글화 및 구매 excel 기준 용어 변경, description 주석처리
Diffstat (limited to 'components/documents/vendor-docs.client.tsx')
-rw-r--r--components/documents/vendor-docs.client.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/documents/vendor-docs.client.tsx b/components/documents/vendor-docs.client.tsx
index ebc30b83..15caf57c 100644
--- a/components/documents/vendor-docs.client.tsx
+++ b/components/documents/vendor-docs.client.tsx
@@ -56,13 +56,13 @@ export default function VendorDocumentsClient({
{/* 왼쪽: 타이틀 & 설명 */}
<div>
<div className="flex items-center gap-2">
- <h2 className="text-2xl font-bold tracking-tight">Vendor Documents</h2>
+ <h2 className="text-2xl font-bold tracking-tight">협력업체 문서 관리</h2>
<InformationButton pagePath="partners/documents" />
</div>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
문서리스트를 확인하고 리스트에 맞게 문서를 업로드하고 관리할 수 있으며
삼성중공업으로 전달할 수 있습니다.
- </p>
+ </p> */}
</div>
{/* 오른쪽: ProjectSwitcher */}