We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4274d commit cfb4d41Copy full SHA for cfb4d41
templates/index.html.twig
@@ -140,7 +140,7 @@
140
<div class="card-body">
141
<div class="d-flex align-items-start">
142
<a href="{{ service.href }}" target="{{ config.link_target }}" class="me-2 service-icon-container">
143
- <img src="{{ service.icon }}" alt="Icon" class="service-icon-img">
+ <img src="{{ service.icon | default('./vendor/fortawesome/font-awesome/svgs/solid/user.svg') }}" alt="Icon" class="service-icon-img">
144
</a>
145
<div>
146
<h5 class="service-title mb-1">
0 commit comments