mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🔄 Refactor domain image helper to return attributes array
🖼️ Update SEO data to use domain attributes instead of single image 🌐 Adjust meetup model and blade component to use new domain attributes function
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
</g>
|
||||
</svg>
|
||||
@else
|
||||
<img src="{{ get_domain_image() }}" alt="{{ session('lang_country', 'de-DE') }}">
|
||||
<img src="{{ get_domain_attributes()['image'] }}" alt="{{ session('lang_country', 'de-DE') }}">
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user