From 404eaa3299ce80bf803c14f360f53801142d0c7f Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Mon, 2 Jun 2025 15:25:41 +0900 Subject: [PATCH] feat: add creation time display to SuitableDownloadPdf component - Included creation time in the footer of the PDF content for better context. - Ensured consistent display of creation time in both main and table content sections. --- src/components/pdf/SuitableDownloadPdf.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/pdf/SuitableDownloadPdf.tsx b/src/components/pdf/SuitableDownloadPdf.tsx index 901e6e2..910d9b3 100644 --- a/src/components/pdf/SuitableDownloadPdf.tsx +++ b/src/components/pdf/SuitableDownloadPdf.tsx @@ -82,6 +82,7 @@ export default function SuitableDownloadPdf() {

又、現場環境(働き、勾配、瓦桟木条件等)により本適合表と異なる適合結果となる場合が御座います。予めご了承下さい。

屋根材以外の設置条件(垂木、野地板等の設置基準)も必ずご確認下さい。

+
{createTime}
@@ -123,6 +124,7 @@ export default function SuitableDownloadPdf() {
))}
+
{createTime}