diff options
Diffstat (limited to 'components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx')
| -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 90b28176..a2e0e9b6 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 @@ -64,9 +64,9 @@ export function TechVendorPossibleItemsContainer({ {/* 왼쪽: 타이틀 & 설명 */}
<div>
<h2 className="text-2xl font-bold tracking-tight">기술영업 벤더 아이템 관리</h2>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
기술영업 벤더별 가능 아이템을 관리합니다.
- </p>
+ </p> */}
</div>
{/* 오른쪽: 벤더 타입 드롭다운 */}
|
