diff options
Diffstat (limited to 'components/tech-vendor-possible-items')
| -rw-r--r-- | components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx b/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx index a2e0e9b6..14aa2b68 100644 --- a/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx +++ b/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx @@ -63,9 +63,9 @@ export function TechVendorPossibleItemsContainer({ <div className="flex items-center justify-between">
{/* 왼쪽: 타이틀 & 설명 */}
<div>
- <h2 className="text-2xl font-bold tracking-tight">기술영업 벤더 아이템 관리</h2>
+ <h2 className="text-2xl font-bold tracking-tight">협력업체별 자재 관리</h2>
{/* <p className="text-muted-foreground">
- 기술영업 벤더별 가능 아이템을 관리합니다.
+ 기술영업 협력업체별 자재를 관리합니다.
</p> */}
</div>
|
