Update ArrowRight icon size in HomeView.vue

This commit is contained in:
Abhinav Raut
2026-04-13 11:06:55 +05:30
parent 9424db2607
commit c15ac8e102
+1 -1
View File
@@ -15,7 +15,7 @@
<div v-if="canStartConversation && !mostRecentConversation">
<Button @click="startConversation" class="w-full flex items-center justify-center">
{{ startButtonText }}
<ArrowRight class="w-4 h-4 ml-2 inline-block" />
<ArrowRight size="16" />
</Button>
</div>