mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac 7
This commit is contained in:
parent
3731f1950a
commit
7702803e5c
1 changed files with 3 additions and 4 deletions
|
|
@ -60,12 +60,11 @@
|
|||
|
||||
<div class="my-2">
|
||||
{$i18n.t('Support this plugin:')}
|
||||
<a
|
||||
<a
|
||||
href={manifest.funding_url}
|
||||
target="_blank"
|
||||
class="underline text-blue-400 hover:text-blue-300"
|
||||
>{manifest.funding_url}
|
||||
</a>
|
||||
class="underline text-blue-400 hover:text-blue-300">{manifest.funding_url}</a
|
||||
>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue