Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
349e3074
Unverified
Commit
349e3074
authored
Dec 28, 2023
by
Timothy Jaeryang Baek
Committed by
GitHub
Dec 28, 2023
Browse files
Merge pull request #302 from ollama-webui/about-discord-badge
feat: discord badge added to about
parents
8e529711
adb4b5d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
src/lib/components/chat/SettingsModal.svelte
src/lib/components/chat/SettingsModal.svelte
+16
-9
No files found.
src/lib/components/chat/SettingsModal.svelte
View file @
349e3074
...
@@ -1842,22 +1842,29 @@
...
@@ -1842,22 +1842,29 @@
<hr class=" dark:border-gray-700" />
<hr class=" dark:border-gray-700" />
<div class="
mt-2 text-xs text-gray-400 dark:text-gray-500
">
<div class="
flex space-x-1
">
Created by <a
<a href="https://discord.gg/5rJgQTnV4s" target="_blank">
class=" text-gray-500 dark:text-gray-300 font-medium"
<img
href="https://github.com/tjbck
"
alt="Discord
"
target="_blank">Timothy J. Baek</a
src="https://img.shields.io/badge/Discord-Ollama_Web_UI-blue?logo=discord&logoColor=white"
>
/
>
</
div
>
</
a
>
<div>
<a href="https://github.com/ollama-webui/ollama-webui" target="_blank">
<a href="https://github.com/ollama-webui/ollama-webui">
<img
<img
alt="Github Repo"
alt="Github Repo"
src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github"
src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github"
/>
/>
</a>
</a>
</div>
</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>
</div>
</div>
{/if}
{/if}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment