mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	feat: Use Fluent SVG icons on the dashboard (#3482)
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|     :class="computedClass" | ||||
|     @click="onClick" | ||||
|   > | ||||
|     <i v-if="!!iconClass" :class="iconClass" class="icon" /> | ||||
|     <fluent-icon v-if="!!iconClass" :icon="iconClass" class="icon" /> | ||||
|     <span>{{ buttonText }}</span> | ||||
|     <spinner v-if="loading" /> | ||||
|   </button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pranav Raj S
					Pranav Raj S