renamed class blog-image to project-image

This commit is contained in:
tracer 2022-11-03 19:17:44 +01:00
parent 7b00897bc1
commit a0627c89ab
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@
<a href="{{ path('app_projects', { name: project.name }) }}">
{% if project.teaserImage %}
<img
class="blog-img"
class="project-image"
src="/uploads/projects/{{ project.teaserImage }}"
alt="Teaser">
{% else %}
<img
class="blog-img"
class="project-image"
src="{{ asset('build/images/24unix/24_logo_bg_96x96.png') }}"
alt="Teaser">
{% endif %}