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 249ce87 commit 6d8ec83Copy full SHA for 6d8ec83
src/connections/destinations/catalog/index.md
@@ -31,7 +31,7 @@ redirect_from:
31
<div class="thumbnail-integration__content">
32
<div class="flex flex--wrap flex--middle waffle waffle--xlarge@medium">
33
<div class="flex__column flex__column--12 flex__column--2@medium thumbnail-integration__logo-wrapper">
34
- {% if destination.mark.url != '' %}
+ {% if destination.mark.url != '' and destination.mark.url != null %}
35
<img class="thumbnail-integration__logo image" alt="{{ destination.display_name }}" src="{{ destination.mark.url }}">
36
{% else %}
37
<img class="thumbnail-integration__logo image" alt="{{ destination.display_name }}" src="{{ destination.logo.url }}">
0 commit comments