odaptos_design_system 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11630,7 +11630,7 @@ const Chat = ({
11630
11630
  text: 'In order to participate to this test you need to share your screen before the first task is sent',
11631
11631
  size: "sm"
11632
11632
  }), /*#__PURE__*/React__default.createElement(Button, {
11633
- id: "start_scenario",
11633
+ id: "start_screen_share",
11634
11634
  text: 'Share my screen',
11635
11635
  onClick: () => startNMScreenSharing(),
11636
11636
  iconRight: /*#__PURE__*/React__default.createElement(TvIcon, null),
@@ -11681,7 +11681,7 @@ const Chat = ({
11681
11681
  id: "start_scenario",
11682
11682
  text: 'Start Now',
11683
11683
  onClick: () => sendTask(task),
11684
- iconRight: /*#__PURE__*/React__default.createElement(TvIcon, null),
11684
+ iconRight: /*#__PURE__*/React__default.createElement(SendIcon, null),
11685
11685
  className: styles$g.nm_button
11686
11686
  }));
11687
11687
  } else return /*#__PURE__*/React__default.createElement(React__default.Fragment, null);