summaryrefslogtreecommitdiff
path: root/components/tech-vendors/tech-vendor-container.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/tech-vendors/tech-vendor-container.tsx')
-rw-r--r--components/tech-vendors/tech-vendor-container.tsx7
1 files changed, 5 insertions, 2 deletions
diff --git a/components/tech-vendors/tech-vendor-container.tsx b/components/tech-vendors/tech-vendor-container.tsx
index 583d507c..505a2ea4 100644
--- a/components/tech-vendors/tech-vendor-container.tsx
+++ b/components/tech-vendors/tech-vendor-container.tsx
@@ -11,7 +11,7 @@ import {
DropdownMenuItem,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu"
-
+import { InformationButton } from "@/components/information/information-button"
interface VendorType {
id: string
name: string
@@ -61,7 +61,10 @@ export function TechVendorContainer({
<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/tech-vendors" />
+ </div>
<p className="text-muted-foreground">
기술영업 벤더에 대한 요약 정보를 확인하고 관리할 수 있습니다.
</p>