Skip to content

Commit 7b63d3f

Browse files
authored
chore(PriceDetailed): update story (#1376)
1 parent 41067db commit 7b63d3f

File tree

1 file changed

+18
-18
lines changed
  • src/sub-blocks/PriceDetailed/__stories__

1 file changed

+18
-18
lines changed

src/sub-blocks/PriceDetailed/__stories__/data.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"title": "Free",
2424
"detailedTitle": "",
25-
"description": "<p>For use by individuals and small teams</p> ",
25+
"description": "For use by individuals and small teams",
2626
"label": {
2727
"color": "blue",
2828
"text": "Free",
@@ -31,14 +31,14 @@
3131
"items": [
3232
{
3333
"title": "up to 5 users",
34-
"description": "<p>up to 5 users</p> "
34+
"description": "up to 5 users"
3535
}
3636
]
3737
},
3838
{
3939
"title": "100$",
4040
"detailedTitle": "/ month*",
41-
"description": "<p>The rate applies to the first 100 users.</p> ",
41+
"description": "The rate applies to the first 100 users.",
4242
"label": {
4343
"color": "green",
4444
"text": "Small companies",
@@ -47,22 +47,22 @@
4747
"items": [
4848
{
4949
"title": "up to 5 users",
50-
"description": "<p>up to 5 users</p> "
50+
"description": "up to 5 users"
5151
}
5252
]
5353
},
5454
{
5555
"title": "100$",
5656
"detailedTitle": "/ month*",
57-
"description": "<p>The rate applies to the first 100 users.</p> ",
57+
"description": "The rate applies to the first 100 users.",
5858
"label": {
5959
"color": "green",
6060
"size": "s"
6161
},
6262
"items": [
6363
{
6464
"title": "up to 5 users",
65-
"description": "<p>up to 5 users</p> "
65+
"description": "up to 5 users"
6666
}
6767
]
6868
}
@@ -95,44 +95,44 @@
9595
{
9696
"title": "Free",
9797
"detailedTitle": "",
98-
"description": "<p>For use by individuals and small teams</p> ",
98+
"description": "For use by individuals and small teams",
9999
"label": {
100100
"color": "blue",
101101
"text": "Free",
102102
"size": "s"
103103
},
104104
"items": [
105105
{
106-
"text": "<p>up to 5 users</p> "
106+
"text": "up to 5 users"
107107
}
108108
]
109109
},
110110
{
111111
"title": "100$",
112112
"detailedTitle": "/ month*",
113-
"description": "<p>The rate applies to the first 100 users.</p> ",
113+
"description": "The rate applies to the first 100 users.",
114114
"label": {
115115
"color": "green",
116116
"text": "Small companies",
117117
"size": "s"
118118
},
119119
"items": [
120120
{
121-
"text": "<p>up to 100 users</p> "
121+
"text": "up to 100 users"
122122
}
123123
]
124124
},
125125
{
126126
"title": "100$",
127127
"detailedTitle": "/ month*",
128-
"description": "<p>The rate applies to the first 100 users.</p> ",
128+
"description": "The rate applies to the first 100 users.",
129129
"label": {
130130
"color": "green",
131131
"size": "s"
132132
},
133133
"items": [
134134
{
135-
"text": "<p>up to 100 users</p> "
135+
"text": "up to 100 users"
136136
}
137137
]
138138
}
@@ -167,44 +167,44 @@
167167
{
168168
"title": "Free",
169169
"detailedTitle": "",
170-
"description": "<p>For use by individuals and small teams</p> ",
170+
"description": "For use by individuals and small teams",
171171
"label": {
172172
"color": "blue",
173173
"text": "Free",
174174
"size": "s"
175175
},
176176
"items": [
177177
{
178-
"text": "<p>up to 5 users</p> "
178+
"text": "up to 5 users"
179179
}
180180
]
181181
},
182182
{
183183
"title": "100$",
184184
"detailedTitle": "/ month*",
185-
"description": "<p>The rate applies to the first 100 users.</p> ",
185+
"description": "The rate applies to the first 100 users.",
186186
"label": {
187187
"color": "green",
188188
"text": "Small companies",
189189
"size": "s"
190190
},
191191
"items": [
192192
{
193-
"text": "<p>up to 100 users</p> "
193+
"text": "up to 100 users"
194194
}
195195
]
196196
},
197197
{
198198
"title": "100$",
199199
"detailedTitle": "/ month*",
200-
"description": "<p>The rate applies to the first 100 users.</p> ",
200+
"description": "The rate applies to the first 100 users.",
201201
"label": {
202202
"color": "green",
203203
"size": "s"
204204
},
205205
"items": [
206206
{
207-
"text": "<p>up to 100 users</p> "
207+
"text": "up to 100 users"
208208
}
209209
]
210210
}

0 commit comments

Comments
 (0)