From 75a94efca9f2ebcb87d124fd0442ebc56df092f2 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:17:39 -0400 Subject: [PATCH] ? --- mccs-it/thermal/modules/Thermal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index cac8b23..183b6b6 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -46,7 +46,7 @@ module.exports = { // Add content (image, text) to the PDF doc.image('./public/itslogo.jpg', { - fit: [200, 100], + fit: [196, 100], align: 'center', valign: 'top', });