Skip to content
New issue

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

Chatbot logo #764

Open
apurvathakkar opened this issue Dec 9, 2024 · 1 comment
Open

Chatbot logo #764

apurvathakkar opened this issue Dec 9, 2024 · 1 comment

Comments

@apurvathakkar
Copy link

How to change chatbot logo ?
image

@atjohns
Copy link
Contributor

atjohns commented Dec 10, 2024

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"
 >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants