forked from open-webui/open-webui
		
	feat: doge i18n placeholder
This commit is contained in:
		
							parent
							
								
									5c887d0709
								
							
						
					
					
						commit
						bfd33ec0df
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -38,8 +38,8 @@ | |||
| 							/> | ||||
| 						{:else} | ||||
| 							<img | ||||
| 								src={models.length === 1 | ||||
| 									? `${WEBUI_BASE_URL}/static/favicon.png` | ||||
| 								src={$i18n.language === 'dg-DG' | ||||
| 									? `/doge.png` | ||||
| 									: `${WEBUI_BASE_URL}/static/favicon.png`} | ||||
| 								class=" size-12 rounded-full border-[1px] border-gray-200 dark:border-none" | ||||
| 								alt="logo" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek