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 5ebf400 commit 23cd2d5Copy full SHA for 23cd2d5
src/_includes/content/destination-dossier.html
@@ -43,11 +43,11 @@ <h6>Destination Info</h6>
43
<h6>Components</h6>
44
<ul class="components-list">
45
{%for component in components %}
46
-{% if component.code contains "/segment-integrations/" %}
+{% unless component.code contains "/segmentio/" %}
47
<li><a href="{{component.code}}" target="_blank">{% if component.type == "IOS" %}iOS{%else%}{{component.type | capitalize}}{%endif%}</a></li>
48
{% else %}
49
<li>{% if component.type == "IOS" %}iOS{%else%}{{component.type | capitalize}}{%endif%}</li>
50
-{% endif %}
+{% endunless %}
51
{% endfor %}
52
</ul>
53
0 commit comments