Skip to content

Commit 6d8ec83

Browse files
committed
DOC-204 fix catalog template
1 parent 249ce87 commit 6d8ec83

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ redirect_from:
3131
<div class="thumbnail-integration__content">
3232
<div class="flex flex--wrap flex--middle waffle waffle--xlarge@medium">
3333
<div class="flex__column flex__column--12 flex__column--2@medium thumbnail-integration__logo-wrapper">
34-
{% if destination.mark.url != '' %}
34+
{% if destination.mark.url != '' and destination.mark.url != null %}
3535
<img class="thumbnail-integration__logo image" alt="{{ destination.display_name }}" src="{{ destination.mark.url }}">
3636
{% else %}
3737
<img class="thumbnail-integration__logo image" alt="{{ destination.display_name }}" src="{{ destination.logo.url }}">

0 commit comments

Comments
 (0)