bibot 1.0.29 → 1.0.31

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