Sfoglia il codice sorgente

feat: discord badge added to about

Timothy J. Baek 1 anno fa
parent
commit
adb4b5d22f
1 ha cambiato i file con 16 aggiunte e 9 eliminazioni
  1. 16 9
      src/lib/components/chat/SettingsModal.svelte

+ 16 - 9
src/lib/components/chat/SettingsModal.svelte

@@ -1842,22 +1842,29 @@
 
 							<hr class=" dark:border-gray-700" />
 
-							<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
-								Created by <a
-									class=" text-gray-500 dark:text-gray-300 font-medium"
-									href="https://github.com/tjbck"
-									target="_blank">Timothy J. Baek</a
-								>
-							</div>
+							<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>
 
-							<div>
-								<a href="https://github.com/ollama-webui/ollama-webui">
+								<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">
+								Created by <a
+									class=" text-gray-500 dark:text-gray-300 font-medium"
+									href="https://github.com/tjbck"
+									target="_blank">Timothy J. Baek</a
+								>
+							</div>
 						</div>
 					</div>
 				{/if}