File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/micro-journeys/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ module.exports = {
18
18
characterUrl : {
19
19
type : 'string' ,
20
20
description : 'URL of the character image.' ,
21
- default : 'https://github.com/basaltinc/temp-pega-dummy-assets/raw/master/customer-happy.png' ,
21
+ default :
22
+ 'https://github.com/basaltinc/temp-pega-dummy-assets/raw/master/customer-happy.png' ,
22
23
} ,
23
24
useIcon : {
24
25
type : 'boolean' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
9
9
attributes : {
10
10
type : 'object' ,
11
11
description :
12
- 'A Drupal-style attributes object with extra attributes to append to this component.' ,
12
+ 'A Drupal-style attributes object with extra attributes to append to this component.' ,
13
13
} ,
14
14
iconOneName : {
15
15
type : 'string' ,
You can’t perform that action at this time.
0 commit comments