mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	fix: Use full width for branding (#2203)
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
				
			|||||||
      :href="brandRedirectURL"
 | 
					      :href="brandRedirectURL"
 | 
				
			||||||
      rel="noreferrer noopener nofollow"
 | 
					      rel="noreferrer noopener nofollow"
 | 
				
			||||||
      target="_blank"
 | 
					      target="_blank"
 | 
				
			||||||
      class="branding--link"
 | 
					      class="branding--link w-full justify-center"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <img :alt="globalConfig.brandName" :src="globalConfig.logoThumbnail" />
 | 
					      <img :alt="globalConfig.brandName" :src="globalConfig.logoThumbnail" />
 | 
				
			||||||
      <span>
 | 
					      <span>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user