From 2acf5f8966a40c1c9a97680c8dc263ee3f1ad3d1 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 2 Jul 2025 00:45:49 +0000 Subject: (대표님/최겸) 20250702 변경사항 업데이트 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tech-vendors/tech-vendor-container.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'components/tech-vendors/tech-vendor-container.tsx') 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({
{/* 왼쪽: 타이틀 & 설명 */}
-

기술영업 벤더 리스트

+
+

기술영업 벤더 리스트

+ +

기술영업 벤더에 대한 요약 정보를 확인하고 관리할 수 있습니다.

-- cgit v1.2.3