Update mail link label

This commit is contained in:
TheThomaas 2025-06-03 19:04:33 +02:00
parent 8ac322868e
commit d406b07ee7

View file

@ -8,7 +8,7 @@
{% if mail %}
<li>
{% capture href %}mailto:{{ mail }}{% endcapture %}
{% render 'partials/components/link', icon: "mail", showLabel: showLabel, label: "Contactez moi par mail", href: href, class: "button", attr: "data-ghost-button", target: "_blank" %}
{% render 'partials/components/link', icon: "mail", showLabel: showLabel, label: "Contactez moi", href: href, class: "button", attr: "data-ghost-button", target: "_blank" %}
</li>
{% endif %}
{% endif %}