mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 19:06:35 +00:00
Update ArrowRight icon size in HomeView.vue
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user