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 e883e3f commit 3df996fCopy full SHA for 3df996f
src/_data/catalog/beta_sources.yml
src/connections/sources/catalog/index.md
@@ -42,7 +42,7 @@ Below is a list of the available sources on the Segment platform.
42
</div>
43
<h5 class="flex__column flex__column--12 flex__column--10@medium">{{ integration.display_name }}</h5>
44
45
- {% if site.data.catalog.beta_sources contains integration.id %}
+ {% if integration.status == 'PUBLIC_BETA' %}
46
<p class="thumbnail-integration__label">Beta</p>
47
{% endif %}
48
0 commit comments