This commit is contained in:
Skylar Grant 2024-09-09 13:17:39 -04:00
parent 91b455ebf6
commit 75a94efca9
1 changed files with 1 additions and 1 deletions

View File

@ -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',
});