styel: Changed the icon for the chatbot to be a robot to fit the objective better.

This commit is contained in:
Lion Arar 2025-09-25 11:15:41 -04:00
parent 76f21e56ab
commit 9bfbbb5635

View File

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