Update src/lib/components/chat/Settings/About.svelte
Browse files
src/lib/components/chat/Settings/About.svelte
CHANGED
@@ -107,26 +107,7 @@
|
|
107 |
<hr class=" dark:border-gray-850" />
|
108 |
|
109 |
<div class="flex space-x-1">
|
110 |
-
|
111 |
-
<img
|
112 |
-
alt="Discord"
|
113 |
-
src="https://img.shields.io/badge/Discord-Open_WebUI-blue?logo=discord&logoColor=white"
|
114 |
-
/>
|
115 |
-
</a>
|
116 |
-
|
117 |
-
<a href="https://twitter.com/OpenWebUI" target="_blank">
|
118 |
-
<img
|
119 |
-
alt="X (formerly Twitter) Follow"
|
120 |
-
src="https://img.shields.io/twitter/follow/OpenWebUI"
|
121 |
-
/>
|
122 |
-
</a>
|
123 |
-
|
124 |
-
<a href="https://github.com/open-webui/open-webui" target="_blank">
|
125 |
-
<img
|
126 |
-
alt="Github Repo"
|
127 |
-
src="https://img.shields.io/github/stars/open-webui/open-webui?style=social&label=Star us on Github"
|
128 |
-
/>
|
129 |
-
</a>
|
130 |
</div>
|
131 |
|
132 |
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
@@ -136,8 +117,8 @@
|
|
136 |
{$i18n.t('Created by')}
|
137 |
<a
|
138 |
class=" text-gray-500 dark:text-gray-300 font-medium"
|
139 |
-
href="https://github.com/
|
140 |
-
target="_blank">
|
141 |
>
|
142 |
</div>
|
143 |
</div>
|
|
|
107 |
<hr class=" dark:border-gray-850" />
|
108 |
|
109 |
<div class="flex space-x-1">
|
110 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
</div>
|
112 |
|
113 |
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
|
|
117 |
{$i18n.t('Created by')}
|
118 |
<a
|
119 |
class=" text-gray-500 dark:text-gray-300 font-medium"
|
120 |
+
href="https://github.com/shulinbao"
|
121 |
+
target="_blank">Steve Ma</a
|
122 |
>
|
123 |
</div>
|
124 |
</div>
|