mirror of
https://github.com/open-webui/open-webui
synced 2025-04-10 15:45:45 +00:00
refac
This commit is contained in:
parent
6c77e6fdb3
commit
fbf4f5eb30
@ -106,12 +106,16 @@
|
|||||||
|
|
||||||
<hr class=" border-gray-100 dark:border-gray-850" />
|
<hr class=" border-gray-100 dark:border-gray-850" />
|
||||||
|
|
||||||
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
{#if $config?.license_metadata}
|
||||||
Emoji graphics provided by
|
<div class="mb-2 text-xs">
|
||||||
<a href="https://github.com/jdecked/twemoji" target="_blank">Twemoji</a>, licensed under
|
{#if !$WEBUI_NAME.includes('Open WebUI')}
|
||||||
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a>.
|
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
|
||||||
</div>
|
{/if}
|
||||||
|
|
||||||
|
<span class=" capitalize">{$config?.license_metadata?.type}</span> license purchased by
|
||||||
|
<span class=" capitalize">{$config?.license_metadata?.organization_name}</span>
|
||||||
|
</div>
|
||||||
|
{:else}
|
||||||
<div class="flex space-x-1">
|
<div class="flex space-x-1">
|
||||||
<a href="https://discord.gg/5rJgQTnV4s" target="_blank">
|
<a href="https://discord.gg/5rJgQTnV4s" target="_blank">
|
||||||
<img
|
<img
|
||||||
@ -134,19 +138,15 @@
|
|||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
||||||
|
Emoji graphics provided by
|
||||||
|
<a href="https://github.com/jdecked/twemoji" target="_blank">Twemoji</a>, licensed under
|
||||||
|
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{#if $config?.license_metadata}
|
|
||||||
<div class="mb-2 text-xs">
|
|
||||||
{#if !$WEBUI_NAME.includes('Open WebUI')}
|
|
||||||
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
<span class=" capitalize">{$config?.license_metadata?.type}</span> license purchased by
|
|
||||||
<span class=" capitalize">{$config?.license_metadata?.organization_name}</span>
|
|
||||||
</div>
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
<pre
|
<pre
|
||||||
class="text-xs text-gray-400 dark:text-gray-500">Copyright (c) {new Date().getFullYear()} <a
|
class="text-xs text-gray-400 dark:text-gray-500">Copyright (c) {new Date().getFullYear()} <a
|
||||||
href="https://openwebui.com"
|
href="https://openwebui.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user