Skip to content

Commit

Permalink
Ajuste le template du mail d'invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-rutkowski committed Jun 5, 2024
1 parent 952077e commit 094938e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/app/invite/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const mailTemplate = ({from, collectivite, invitationUrl}: Invitation) => {
<p>${prenom} ${nom} (${email}) vous invite à contribuer pour ${collectivite} sur Territoires en Transitions.</p>
<a href="${invitationUrl}"
style="font-size: 1rem; font-weight: 600; border: 1px solid #6A6AF4; border-radius: 8px; text-align: center; padding: 1rem; display: block;"
style="font-size: 1rem; font-weight: 600; border: 1px solid #6A6AF4; border-radius: 8px; text-align: center; padding: 1rem 2rem; margin: 1rem; display: block; max-width: fit-content;"
>Je rejoins la collectivité</a
>
Expand Down

0 comments on commit 094938e

Please sign in to comment.