diff options
Diffstat (limited to 'components/documents')
| -rw-r--r-- | components/documents/vendor-docs.client.tsx | 6 |
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 */} |
