forked from open-webui/open-webui
		
	Merge pull request #302 from ollama-webui/about-discord-badge
feat: discord badge added to about
This commit is contained in:
		
						commit
						349e3074d7
					
				
					 1 changed files with 16 additions and 9 deletions
				
			
		|  | @ -1842,6 +1842,22 @@ | ||||||
| 
 | 
 | ||||||
| 							<hr class=" dark:border-gray-700" /> | 							<hr class=" dark:border-gray-700" /> | ||||||
| 
 | 
 | ||||||
|  | 							<div class="flex space-x-1"> | ||||||
|  | 								<a href="https://discord.gg/5rJgQTnV4s" target="_blank"> | ||||||
|  | 									<img | ||||||
|  | 										alt="Discord" | ||||||
|  | 										src="https://img.shields.io/badge/Discord-Ollama_Web_UI-blue?logo=discord&logoColor=white" | ||||||
|  | 									/> | ||||||
|  | 								</a> | ||||||
|  | 
 | ||||||
|  | 								<a href="https://github.com/ollama-webui/ollama-webui" target="_blank"> | ||||||
|  | 									<img | ||||||
|  | 										alt="Github Repo" | ||||||
|  | 										src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github" | ||||||
|  | 									/> | ||||||
|  | 								</a> | ||||||
|  | 							</div> | ||||||
|  | 
 | ||||||
| 							<div class="mt-2 text-xs text-gray-400 dark:text-gray-500"> | 							<div class="mt-2 text-xs text-gray-400 dark:text-gray-500"> | ||||||
| 								Created by <a | 								Created by <a | ||||||
| 									class=" text-gray-500 dark:text-gray-300 font-medium" | 									class=" text-gray-500 dark:text-gray-300 font-medium" | ||||||
|  | @ -1849,15 +1865,6 @@ | ||||||
| 									target="_blank">Timothy J. Baek</a | 									target="_blank">Timothy J. Baek</a | ||||||
| 								> | 								> | ||||||
| 							</div> | 							</div> | ||||||
| 
 |  | ||||||
| 							<div> |  | ||||||
| 								<a href="https://github.com/ollama-webui/ollama-webui"> |  | ||||||
| 									<img |  | ||||||
| 										alt="Github Repo" |  | ||||||
| 										src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github" |  | ||||||
| 									/> |  | ||||||
| 								</a> |  | ||||||
| 							</div> |  | ||||||
| 						</div> | 						</div> | ||||||
| 					</div> | 					</div> | ||||||
| 				{/if} | 				{/if} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek