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>
<div class="mt-2 gap-1.5 flex justify-end"> <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 <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" 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" type="button"
@ -150,7 +150,7 @@
> >
{$i18n.t('Share to OpenWebUI Community')} {$i18n.t('Share to OpenWebUI Community')}
</button> </button>
{/if} {/if} -->
<button <button
class=" bg-emerald-700 hover:bg-emerald-800 transition text-white text-sm font-medium rounded-xl px-3.5 py-1.5" class=" bg-emerald-700 hover:bg-emerald-800 transition text-white text-sm font-medium rounded-xl px-3.5 py-1.5"