bibot 1.0.29 → 1.0.30

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -4094,19 +4094,19 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
4094
4094
  }
4095
4095
  }, React.createElement(Avatar, {
4096
4096
  borderColor: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color,
4097
- width: '35px',
4098
- height: '35px',
4097
+ width: '40px',
4098
+ height: '40px',
4099
4099
  source: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.logo_url
4100
4100
  }), React.createElement("h5", {
4101
4101
  style: {
4102
- marginBlock: '1px'
4102
+ marginBlock: '0.5px'
4103
4103
  }
4104
4104
  }, "Welcome!"), React.createElement("p", {
4105
4105
  style: {
4106
4106
  fontSize: '14px',
4107
4107
  fontWeight: 'bold'
4108
4108
  }
4109
- }, "Are you looking for any of these questions? Click for an answer ")), questions.map(function (question, index) {
4109
+ }, "Are you looking for answers to any of these questions? Click for an answer ")), questions.map(function (question, index) {
4110
4110
  var _chatBubbleConfig$col;
4111
4111
  return React.createElement("div", {
4112
4112
  key: index,