diff --git a/server/scripts/examples-gg-latest.js b/server/scripts/examples-gg-latest.js index 513e87ff..a9a0a2cd 100644 --- a/server/scripts/examples-gg-latest.js +++ b/server/scripts/examples-gg-latest.js @@ -36,7 +36,9 @@ const defaultHTML = - + diff --git a/server/views/mail.js b/server/views/mail.js index a34d55d7..43aaf3cb 100644 --- a/server/views/mail.js +++ b/server/views/mail.js @@ -14,7 +14,8 @@ export const renderResetPassword = (data) => { noteText: 'If you did not request this, please ignore this email and your password will remain unchanged. Thanks for using the p5.js Web Editor!', // eslint-disable-line max-len meta: { keywords: 'p5.js, p5.js web editor, web editor, processing, code editor', - description: 'A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.' + description: 'A web editor for p5.js, a JavaScript library with the goal' + + ' of making coding accessible to artists, designers, educators, and beginners.' } }; @@ -45,7 +46,8 @@ export const renderEmailConfirmation = (data) => { noteText: 'This link is only valid for the next 24 hours. Thanks for using the p5.js Web Editor!', meta: { keywords: 'p5.js, p5.js web editor, web editor, processing, code editor', - description: 'A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.' + description: 'A web editor for p5.js, a JavaScript library with the goal' + + ' of making coding accessible to artists, designers, educators, and beginners.' } };