Skip to content

Commit 2847617

Browse files
authored
remove external resources
1 parent 7b5183a commit 2847617

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if data.translation.image %}
22
<img src="{{ data.translation.image.path|imagine_filter(filter|default('sylius_admin_product_thumbnail')) }}" class="ui bordered image"/>
33
{% else %}
4-
<img src="http://via.placeholder.com/50x50" class="ui bordered image"/>
5-
{% endif %}
4+
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="ui bordered image"/>
5+
{% endif %}

0 commit comments

Comments
 (0)