diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-09 06:23:58 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-09 06:23:58 +0000 |
| commit | ccca806e803baf87bbc97cb2c49b0065673b7a6b (patch) | |
| tree | 80f32877637644125c6d404783b7349f42500876 /components/items-tech/item-tech-container.tsx | |
| parent | d23e59b405b0be567592ce967793356d1b11d559 (diff) | |
(최겸) 한글화 및 구매 excel 기준 용어 변경, description 주석처리
Diffstat (limited to 'components/items-tech/item-tech-container.tsx')
| -rw-r--r-- | components/items-tech/item-tech-container.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/items-tech/item-tech-container.tsx b/components/items-tech/item-tech-container.tsx index 260f3e64..dedec70b 100644 --- a/components/items-tech/item-tech-container.tsx +++ b/components/items-tech/item-tech-container.tsx @@ -60,9 +60,9 @@ export function ItemTechContainer({ <h2 className="text-2xl font-bold tracking-tight">자재 관리</h2>
<InformationButton pagePath="evcp/items-tech" />
</div>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
조선 및 해양 자재를 등록하고 관리할 수 있습니다.
- </p>
+ </p> */}
</div>
{/* 오른쪽: 아이템 타입 드롭다운 */}
|
