summaryrefslogtreecommitdiff
path: root/components/items-tech
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-01 11:46:33 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-01 11:46:33 +0000
commit795b4915069c44f500a91638e16ded67b9e16618 (patch)
tree6306adceb723a08391af6f968fee25ef4f66446a /components/items-tech
parenta382208003044caa45bb1cecb67dade544d44ada (diff)
(최겸) 정보시스템 공지사항 개발
Diffstat (limited to 'components/items-tech')
-rw-r--r--components/items-tech/item-tech-container.tsx7
1 files changed, 5 insertions, 2 deletions
diff --git a/components/items-tech/item-tech-container.tsx b/components/items-tech/item-tech-container.tsx
index c09f684a..260f3e64 100644
--- a/components/items-tech/item-tech-container.tsx
+++ b/components/items-tech/item-tech-container.tsx
@@ -11,7 +11,7 @@ import {
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu"
-
+import { InformationButton } from "@/components/information/information-button"
interface ItemType {
id: string
name: string
@@ -56,7 +56,10 @@ export function ItemTechContainer({
<div className="flex items-center justify-between">
{/* 왼쪽: 타이틀 & 설명 */}
<div>
- <h2 className="text-2xl font-bold tracking-tight">자재 관리</h2>
+ <div className="flex items-center gap-2">
+ <h2 className="text-2xl font-bold tracking-tight">자재 관리</h2>
+ <InformationButton pagePath="evcp/items-tech" />
+ </div>
<p className="text-muted-foreground">
조선 및 해양 자재를 등록하고 관리할 수 있습니다.
</p>