diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 5a1dd59..dcc0c90 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -36,7 +36,7 @@ module.exports = { // Create the output text return [ { font: 'public/Outfit-Regular.ttf', text: 'Kennebec Valley Community College is migrating email domains from @kvcc.me.edu to @mainecc.edu.\n' }, - { font: 'public/Outfit-Regular.ttf', text: `For support with this transition, please contact:` } + { font: 'public/Outfit-Regular.ttf', text: `For support with this transition, please contact:` }, { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.name}` }, { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.phone}` }, { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.email}` },