Skip to content

Commit

Permalink
fix: Add the fix from PR botman/web-widget#43
Browse files Browse the repository at this point in the history
  • Loading branch information
EranGrin committed Apr 30, 2024
1 parent 5a5a002 commit b8eab81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</p>
<p align="center">
<img src="https://img.shields.io/badge/license-MIT-green" alt="License MIT">
<img src="https://img.shields.io/badge/version-1.2.6-blue" alt="version 1.2.6">
<img src="https://img.shields.io/badge/version-1.2.7-blue" alt="version 1.2.7">
<img src="https://img.shields.io/badge/maintained-yes-brightgreen" alt="maintained yes">
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/EranGrin/botman-extended-web-widget"
},
"version": "1.2.6",
"version": "1.2.7",
"description": "A BotMan frontend package for the web widget",
"type": "module",
"main": "dist/widget.js",
Expand Down
1 change: 1 addition & 0 deletions src/widget/chat-title-msg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default class ChatTitleMsg extends Component<any, any> {
<img
src={conf.bubbleAvatarUrl}
style={{...closedChatAvatarImageStyle}}
alt="chat-bubble-avatar"
/>: <div style={{ display: 'flex', alignItems: 'center' }}><br/>{conf.bubbleAvatarUrl}</div>)
}
</div>
Expand Down

0 comments on commit b8eab81

Please sign in to comment.