diff --git a/src/assets/icons/email/ecolyo-icon.png b/src/assets/icons/email/ecolyo-icon.png index 3bea8b789e55546af7891a99764dd79fa2c8cf95..b215384bb4d760748a81517623fc8d9f3dd0c75f 100644 Binary files a/src/assets/icons/email/ecolyo-icon.png and b/src/assets/icons/email/ecolyo-icon.png differ diff --git a/src/components/WelcomeModal/WelcomeModal.tsx b/src/components/WelcomeModal/WelcomeModal.tsx index 15151c49c856b9431d9cb66d1db7a2d94d0c483b..a4fcf032d60a1827fe036c8022ad29388de970d3 100644 --- a/src/components/WelcomeModal/WelcomeModal.tsx +++ b/src/components/WelcomeModal/WelcomeModal.tsx @@ -36,7 +36,7 @@ const WelcomeModal = ({ open }: WelcomeModalProps) => { const environmentService = new EnvironmentService() const baseUrl = environmentService.getPublicURL() const template = welcomeTemplate({ - title: 'Bienvenue sur Ecolyo !', + title: 'Bienvenue !', username: username, baseUrl: baseUrl, clientUrl: client.options.uri, diff --git a/src/notifications/base/header.hbs b/src/notifications/base/header.hbs index ebd79f038230a90e393e1d0c6f18199dcba9ce58..a587b2fb92ecb3a89ed52268a80a3dd10b3f1c51 100644 --- a/src/notifications/base/header.hbs +++ b/src/notifications/base/header.hbs @@ -1,20 +1,21 @@ -<mj-section background-color='#1B1C22' padding='17px' align='center'> - <mj-social - css-class='button-with-icon' - icon-size='36px' - mode='horizontal' - font-size='24px' - font-weight='normal' - > - <mj-social-element - color='white' +<mj-section background-color='#1B1C22' padding='17px'> + <mj-column> + <mj-image src='{{baseUrl}}/assets/ecolyo-icon.png' - name='ecolyo' - padding='0 10px 0 0' + width='48px' + padding-top='0px' + /> + <mj-text color='white' font-size='24px' font-weight='900' align='center'> + Ecolyo + </mj-text> + <mj-text + color='white' + font-size='24px' + font-weight='400' align='center' - vertical-align='middle' + padding='0px' > {{title}} - </mj-social-element> - </mj-social> + </mj-text> + </mj-column> </mj-section> \ No newline at end of file diff --git a/src/targets/services/monthlyReportNotification.ts b/src/targets/services/monthlyReportNotification.ts index db404d87f2bbad3b97a6fce53b933623e9a4a584..65e4a7c6659eca59c8ab3616e98446d645f949be 100644 --- a/src/targets/services/monthlyReportNotification.ts +++ b/src/targets/services/monthlyReportNotification.ts @@ -258,7 +258,7 @@ const monthlyReportNotification = async ({ const baseUrl = environmentService.getPublicURL() const template = monthlyReportTemplate({ - title: 'Du nouveau dans votre espace Ecolyo !', + title: 'Infos & bilan consos', baseUrl: baseUrl, username: username, clientUrl: url,