Skip to content

Commit

Permalink
fix: fixed deep linking icon url validation
Browse files Browse the repository at this point in the history
  • Loading branch information
peetya committed Jun 13, 2023
1 parent 791ff28 commit 5cb47d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/launch/blocks/deepLinkingItem.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% endif %}
<dt>Description</dt>
<dd>{{ resource.text }}</dd>
{% if resource.icon is defined %}
{% if resource.icon is defined and resource.icon.url is defined %}
<dt>Icon</dt>
<dd><img height="20px" width="20px" src="{{ resource.icon.url }}"/></dd>
{% endif %}
Expand Down

0 comments on commit 5cb47d9

Please sign in to comment.