Explorar el Código

fix: github link added to image

Timothy J. Baek hace 1 año
padre
commit
c0591c9c16
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  1. 6 4
      src/lib/components/chat/SettingsModal.svelte

+ 6 - 4
src/lib/components/chat/SettingsModal.svelte

@@ -772,10 +772,12 @@
 							</div>
 
 							<div>
-								<img
-									alt="followers"
-									src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github"
-								/>
+								<a href="https://github.com/ollama-webui/ollama-webui">
+									<img
+										alt="followers"
+										src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github"
+									/>
+								</a>
 							</div>
 						</div>
 					</div>