```
✨ feat(deps): Ajoute Sentry pour le suivi des erreurs et MobileDetect. 🐛 fix(template): Corrige l'affichage des badges Stripe sur mobile et ajoute le réalisateur. ⚙️ chore(config): Active le bundle Sentry dans la configuration. ```
This commit is contained in:
@@ -419,7 +419,7 @@
|
||||
</div>
|
||||
|
||||
{# 2. Réseaux Sociaux #}
|
||||
<div style="height: 200px">
|
||||
<div style="height: 210px">gestion commercial
|
||||
<h3 class="text-lg font-semibold mb-3 text-gray-900">{{ 'footer_follow_us_title'|trans }}</h3>
|
||||
<div class="flex space-x-4">
|
||||
<a href="https://www.facebook.com/assocationecosplay" target="_blank" rel="noopener noreferrer"
|
||||
@@ -435,8 +435,15 @@
|
||||
</a>
|
||||
</div>
|
||||
<h3 class="text-lg font-semibold mb-3 text-gray-900 py-1">{{ 'footer_action_title'|trans }}</h3>
|
||||
<iframe width="100%" height="60" style="border:0;" src="https://climate.stripe.com/badge/qrsnOf?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
|
||||
<iframe width="100%" height="60" style="border:0;margin-top: 0.5rem" src="https://climate.stripe.com/badge/7oAh3V?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
|
||||
{% if isMobile() %}
|
||||
{% set stripeWidth ="100%" %}
|
||||
{% set stripeHeight ="60" %}
|
||||
{% else %}
|
||||
{% set stripeWidth ="400" %}
|
||||
{% set stripeHeight ="40" %}
|
||||
{% endif %}
|
||||
<iframe width="{{ stripeWidth }}" height="{{ stripeHeight }}" style="border:0;" src="https://climate.stripe.com/badge/qrsnOf?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
|
||||
<iframe width="{{ stripeWidth }}" height="{{ stripeHeight }}" style="border:0;margin-top: 0.5rem" src="https://climate.stripe.com/badge/7oAh3V?theme=light&size=small&locale={{ app.request.locale }}-{{ app.request.locale|upper }}"></iframe>
|
||||
</div>
|
||||
|
||||
{# 3. Bloc Personnalisable (E-Cosplay mission) #}
|
||||
@@ -464,6 +471,9 @@
|
||||
<p class="text-xs text-gray-600 mt-1">
|
||||
{{ 'association_status'|trans }} - RNA N°W022006988
|
||||
</p>
|
||||
<p class="text-xs text-gray-600 mt-1">
|
||||
{{ 'footer_realise'|trans }} <a target="_blank" href="https://www.siteconsei.fr">SARL SITECONSEIL</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{# Liens Légaux #}
|
||||
|
||||
Reference in New Issue
Block a user