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