This commit is contained in:
Skylar Grant 2024-09-13 09:40:37 -04:00
parent c1afc06e89
commit 16ed02c6f7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module.exports = {
// Create the output text // Create the output text
return [ 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: '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.name}` },
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.phone}` }, { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.phone}` },
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.email}` }, { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.email}` },