Skip to content

Commit

Permalink
fix: reminder email image link
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Dec 2, 2024
1 parent 01d1778 commit 3a8b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/utils/emailHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ export const getHtmlUserReminderCJEOffer = (
<div class="separator"></div>
<div class="offers-box">
<img src="https://carte-jeune-engage-prod-app.s3.gra.io.cloud.ovh.net/public/cje-mail-catalogue%201.svg" />
<img src="https://carte-jeune-engage-prod-app.s3.gra.io.cloud.ovh.net/public/cje-mail-catalogue.svg" />
<p>Faites des économies à chaque dépenses sur un large choix de marques</p>
<a href="${getBaseUrl()}/dashboard">Voir toutes les offres</a>
</div>
Expand Down

0 comments on commit 3a8b496

Please sign in to comment.