This commit is contained in:
Timothy J. Baek 2024-10-23 01:27:32 -07:00
parent 4a1bf6d6c4
commit a41a5cc0c8

View File

@ -140,7 +140,7 @@
</div>
<div class="mt-2 gap-1.5 flex justify-end">
{#if $config?.features.enable_community_sharing && selectedModel}
<!-- {#if $config?.features.enable_community_sharing && selectedModel}
<button
class=" self-center px-3.5 py-2 rounded-xl text-sm font-medium bg-gray-50 hover:bg-gray-100 text-gray-800 dark:bg-gray-850 dark:hover:bg-gray-800 dark:text-white transition"
type="button"
@ -150,7 +150,7 @@
>
{$i18n.t('Share to OpenWebUI Community')}
</button>
{/if}
{/if} -->
<button
class=" bg-emerald-700 hover:bg-emerald-800 transition text-white text-sm font-medium rounded-xl px-3.5 py-1.5"