bibot 1.0.28 → 1.0.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -4086,23 +4086,24 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
4086
4086
  display: 'flex',
4087
4087
  justifyContent: 'center',
4088
4088
  alignItems: 'center',
4089
- flexDirection: 'column'
4089
+ flexDirection: 'column',
4090
+ textAlign: 'center'
4090
4091
  }
4091
4092
  }, createElement(Avatar, {
4092
4093
  borderColor: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color,
4093
- width: '35px',
4094
- height: '35px',
4094
+ width: '40px',
4095
+ height: '40px',
4095
4096
  source: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.logo_url
4096
- }), createElement("h6", {
4097
+ }), createElement("h5", {
4097
4098
  style: {
4098
- marginBlock: '1px'
4099
+ marginBlock: '0.5px'
4099
4100
  }
4100
4101
  }, "Welcome!"), createElement("p", {
4101
4102
  style: {
4102
4103
  fontSize: '14px',
4103
4104
  fontWeight: 'bold'
4104
4105
  }
4105
- }, "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) {
4106
4107
  var _chatBubbleConfig$col;
4107
4108
  return createElement("div", {
4108
4109
  key: index,