diff --git a/app/admin/quotes/[id]/page.tsx b/app/admin/quotes/[id]/page.tsx index 777478e..e8c3917 100644 --- a/app/admin/quotes/[id]/page.tsx +++ b/app/admin/quotes/[id]/page.tsx @@ -200,6 +200,17 @@ export default function QuoteEditorPage() { 미리보기 )} + {/* PDF 저장 */} + {publicToken && ( + + + + + + PDF 저장 + + )} {/* 저장 */}