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
9788633c
Commit
9788633c
authored
Jun 23, 2024
by
Timothy J. Baek
Browse files
refac: wording
parent
0b8f5c22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/workspace/Functions.svelte
src/lib/components/workspace/Functions.svelte
+1
-1
src/lib/components/workspace/Tools.svelte
src/lib/components/workspace/Tools.svelte
+1
-1
No files found.
src/lib/components/workspace/Functions.svelte
View file @
9788633c
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
</a>
</a>
<div class="flex flex-row gap-0.5 self-center">
<div class="flex flex-row gap-0.5 self-center">
{#if func?.meta?.manifest?.funding_url ?? false}
{#if func?.meta?.manifest?.funding_url ?? false}
<Tooltip content="
Donate
">
<Tooltip content="
Support
">
<button
<button
class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl"
class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl"
type="button"
type="button"
...
...
src/lib/components/workspace/Tools.svelte
View file @
9788633c
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
</a>
</a>
<div class="flex flex-row gap-0.5 self-center">
<div class="flex flex-row gap-0.5 self-center">
{#if tool?.meta?.manifest?.funding_url ?? false}
{#if tool?.meta?.manifest?.funding_url ?? false}
<Tooltip content="
Donate
">
<Tooltip content="
Support
">
<button
<button
class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl"
class="self-center w-fit text-sm px-2 py-2 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-xl"
type="button"
type="button"
...
...
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