Skip to content

Commit

Permalink
_includes/components/card_formation.njk: Fix email link
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Jan 16, 2025
1 parent 2ad20c3 commit d44b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/components/card_formation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</h3>
<p class="fr-card__desc">{{ card.description }}</p>
<div class="fr-card__start">
<p><a href="{{ card.email }}">Contact</a></p>
<p><a href="mailto:{{ card.email }}">Contact</a></p>
</div>
<div class="fr-card__end">
<h6>Formations</h6>
Expand Down

0 comments on commit d44b25e

Please sign in to comment.