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 200fff0 commit 28fec2bCopy full SHA for 28fec2b
src/connections/storage/catalog/index.md
@@ -28,6 +28,11 @@ layout: catalog
28
<p class="thumbnail-integration__label">Beta</p>
29
{% endif %}
30
</div>
31
+ <div>
32
+ {% if warehouse.status == 'PRIVATE_BETA' %}
33
+ <p class="thumbnail-integration__label">Private Beta</p>
34
+ {% endif %}
35
+ </div>
36
</a>
37
38
0 commit comments