forked from ag_kommunikation/webseite
Fixed a bug where images were missing when translation is active.
This commit is contained in:
parent
8227ea54ea
commit
6778116845
@ -1,5 +1,5 @@
|
||||
<div class="card">
|
||||
<img class="card__icon" src="{{ this.card_image }}">
|
||||
<img class="card__icon" src="/{{ this.card_image }}">
|
||||
<h3 class="card__heading -homepage">{{ this.card_title }}</h3>
|
||||
<div class="card__text">
|
||||
{{ this.card_text }}
|
||||
|
Loading…
Reference in New Issue
Block a user