Skip to content

Commit

Permalink
Allow bot avatar to be showing in all messages (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 31, 2023
1 parent 50ada50 commit 5a07af9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Chatbot = () => {
const [directLine, setDirectLine] = useState(null);
const user = getLocalUser();
const styleOptions = {
showAvatarInGroup: false,
botAvatarImage: require('img/bot.png'),
botAvatarInitials: 'BF',
userAvatarImage: require('img/user.png'),
Expand Down

0 comments on commit 5a07af9

Please sign in to comment.