styel: Changed the icon for the chatbot to be a robot to fit the objective better.
This commit is contained in:
parent
76f21e56ab
commit
9bfbbb5635
|
|
@ -8,7 +8,7 @@ const toggleChat = () => {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="accessBot">
|
<div class="accessBot">
|
||||||
<q-btn round color="primary" size="20px" class="glossy" icon="chat" @click="toggleChat">
|
<q-btn round color="primary" size="20px" class="glossy" icon="smart_toy" @click="toggleChat">
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user