Skip to content

Commit

Permalink
_includes/components/card_formation.njk: Display "contact"
Browse files Browse the repository at this point in the history
Instead of the complete email address.
  • Loading branch information
bzg committed Jan 14, 2025
1 parent d859582 commit 0633410
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="mailto:{{ card.email }}">{{ card.email }}</a></p>
<p><a href="{{ card.email }}">Contact</a></p>
</div>
<div class="fr-card__end">
<h6>Formations</h6>
Expand Down

0 comments on commit 0633410

Please sign in to comment.