We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change chatbot logo ?
The text was updated successfully, but these errors were encountered:
This has to be done directly in the code its not a parameter or configuration you can change. The code is found here: https://github.com/aws-samples/aws-lex-web-ui/blob/master/lex-web-ui/src/components/MinButton.vue
specifically on line 23...
<v-btn v-else icon="chat" size="x-large" v-show="isUiMinimized" v-bind:color="toolbarColor" v-on:click.stop="toggleMinimize" v-on="tooltipEventHandlers" aria-label="show chat window" class="min-button" >
Sorry, something went wrong.
No branches or pull requests
How to change chatbot logo ?
The text was updated successfully, but these errors were encountered: