summaryrefslogtreecommitdiff
path: root/components/additional-info/tech-vendor-info-form.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-07-02 00:17:29 +0000
committerjoonhoekim <26rote@gmail.com>2025-07-02 00:17:29 +0000
commit6a9ca20deddcdcbe8495cf5a73ec7ea5f53f9b55 (patch)
treef48f3a84174f0be560fdf5ed7797fffd8a412a91 /components/additional-info/tech-vendor-info-form.tsx
parent4fb273b7fc85352183113f1240fc33f7d6c98328 (diff)
parentcee824301521c181000d501c0236db99079bbae4 (diff)
(merge) merged local commits
Diffstat (limited to 'components/additional-info/tech-vendor-info-form.tsx')
-rw-r--r--components/additional-info/tech-vendor-info-form.tsx7
1 files changed, 5 insertions, 2 deletions
diff --git a/components/additional-info/tech-vendor-info-form.tsx b/components/additional-info/tech-vendor-info-form.tsx
index 8e6f7eaf..55d01d21 100644
--- a/components/additional-info/tech-vendor-info-form.tsx
+++ b/components/additional-info/tech-vendor-info-form.tsx
@@ -30,7 +30,7 @@ import {
CardHeader,
CardTitle,
} from "@/components/ui/card"
-
+import { InformationButton } from "@/components/information/information-button"
// 타입 정의
interface TechVendorContact {
id: number
@@ -251,7 +251,10 @@ export function TechVendorInfoForm() {
<div className="space-y-6 p-6">
<div className="flex items-center justify-between">
<div>
- <h2 className="text-2xl font-bold">기술영업 벤더 정보</h2>
+ <div className="flex items-center gap-2">
+ <h2 className="text-2xl font-bold">기술영업 벤더 정보</h2>
+ <InformationButton pagePath="partners/info" />
+ </div>
<p className="text-gray-600">기술영업 벤더 정보를 확인하고 업데이트할 수 있습니다.</p>
</div>
{attachments.length > 0 && (