Skip to content

Commit 3df996f

Browse files
author
Thomas Gilbert
committed
remove hard coded beta sources and render based on status for source catalog page
1 parent e883e3f commit 3df996f

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

src/_data/catalog/beta_sources.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/connections/sources/catalog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Below is a list of the available sources on the Segment platform.
4242
</div>
4343
<h5 class="flex__column flex__column--12 flex__column--10@medium">{{ integration.display_name }}</h5>
4444
</div>
45-
{% if site.data.catalog.beta_sources contains integration.id %}
45+
{% if integration.status == 'PUBLIC_BETA' %}
4646
<p class="thumbnail-integration__label">Beta</p>
4747
{% endif %}
4848
</div>

0 commit comments

Comments
 (0)