mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-30 18:47:51 +00:00 
			
		
		
		
	 67c90231b6
			
		
	
	67c90231b6
	
	
	
		
			
			Co-authored-by: Pranav <pranav@chatwoot.com> Co-authored-by: Pranav <pranavrajs@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			264 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			264 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <div
 | |
|     class="flex items-center w-full px-4 py-3 dark:bg-n-amber-11/15 bg-n-amber-3"
 | |
|   >
 | |
|     <span class="text-sm dark:text-n-amber-11 text-n-amber-11">
 | |
|       {{ $t('COMPOSE_NEW_CONVERSATION.FORM.NO_INBOX_ALERT') }}
 | |
|     </span>
 | |
|   </div>
 | |
| </template>
 |