Skip to content
Snippets Groups Projects
Commit 9cecbf23 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

Merge branch '458-0-lettre-mensuelle-changer-le-titre-de-la-lettre-mensuelle' into 'dev'

feat: updated newsletter title

See merge request !885
parents 667c845d 5ab4ef3d
Branches
Tags
2 merge requests!905MEP 2.4 : intégration Ma Bulle,!885feat: updated newsletter title
src/assets/icons/email/ecolyo-icon.png

1.71 KiB | W: | H:

src/assets/icons/email/ecolyo-icon.png

2.88 KiB | W: | H:

src/assets/icons/email/ecolyo-icon.png
src/assets/icons/email/ecolyo-icon.png
src/assets/icons/email/ecolyo-icon.png
src/assets/icons/email/ecolyo-icon.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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,
......
<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
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment