Skip to content

Commit

Permalink
Suppression du point à la fin de l'email dans la section contact (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdauphant authored Mar 31, 2022
1 parent 8da231e commit 798a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/contact.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="fr-callout fr-mb-3w">
<h2 class="fr-callout__title">Email de contact </h2>
<p class="fr-callout__text">Nous sommes joignable à l'adresse :
<strong><%= supportEmail %></strong>.</p>
<strong><%= supportEmail %></strong></p>
</div>

<div class="main-paragraph">
Expand Down

0 comments on commit 798a91f

Please sign in to comment.