Skip to content

Commit 23cd2d5

Browse files
author
markzegarelli
authored
Display links for partner owned components (#2305)
1 parent 5ebf400 commit 23cd2d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ <h6>Destination Info</h6>
4343
<h6>Components</h6>
4444
<ul class="components-list">
4545
{%for component in components %}
46-
{% if component.code contains "/segment-integrations/" %}
46+
{% unless component.code contains "/segmentio/" %}
4747
<li><a href="{{component.code}}" target="_blank">{% if component.type == "IOS" %}iOS{%else%}{{component.type | capitalize}}{%endif%}</a></li>
4848
{% else %}
4949
<li>{% if component.type == "IOS" %}iOS{%else%}{{component.type | capitalize}}{%endif%}</li>
50-
{% endif %}
50+
{% endunless %}
5151
{% endfor %}
5252
</ul>
5353

0 commit comments

Comments
 (0)