Skip to content

Commit 057462f

Browse files
authored
updating plan-grid to reflect that BT customers get this now. (#1672)
* updating plan-grid to reflect that BT customers get this now. * fix slug
1 parent 1f86f42 commit 057462f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/_data/products.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ items:
100100
add-on: false
101101
- product_display_name: Destination Actions
102102
slug: dest-actions
103-
plan-note: "Destination Actions are currently available for Free and Team plans. Actions will be available for Business plan users soon."
103+
plan-note: "Destination Actions are available for all Segment plans."
104104
plans:
105105
free: true
106106
team: true
107-
business: false
107+
business: true
108108
add-on: false
109109
- product_display_name: Journeys
110110
slug: journeys
@@ -113,4 +113,4 @@ items:
113113
free: false
114114
team: false
115115
business: true
116-
add-on: true
116+
add-on: true

src/connections/destinations/actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Destination Actions
33
hidden: true
44
---
5-
{% include content/plan-grid.md name="actions" %}
5+
6+
{% include content/plan-grid.md name="dest-actions" %}
67

78

89
> info ""

0 commit comments

Comments
 (0)