This commit is contained in:
Timothy Jaeryang Baek
2025-02-16 02:33:25 -08:00
parent 63cf80a456
commit 3b856b64ed
3 changed files with 45 additions and 37 deletions

View File

@@ -157,7 +157,7 @@
</div>
<button
class=" text-xs px-3 py-1.5 bg-gray-100 hover:bg-gray-200 dark:bg-gray-850 dark:hover:bg-gray-800 transition rounded-lg font-medium"
class=" text-xs px-3 py-1.5 bg-gray-50 hover:bg-gray-100 dark:bg-gray-850 dark:hover:bg-gray-800 transition rounded-lg font-medium"
type="button"
on:click={() => {
checkForVersionUpdates();
@@ -216,24 +216,26 @@
<div class="mb-2.5">
<div class="flex w-full justify-between items-center">
<div class="text-xs">
<div class="text-xs pr-2">
<div class="">
{$i18n.t('License')}
</div>
<a
class=" text-xs text-gray-500 underline"
class=" text-xs text-gray-500 hover:underline"
href="https://docs.openwebui.com/enterprise"
target="_blank"
>
{$i18n.t(
'Upgrade to a licensed plan for enhanced capabilities and dedicated support.'
'Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.'
)}
</a>
</div>
<!-- <button class=" text-xs font-medium">
<button
class="flex-shrink-0 text-xs px-3 py-1.5 bg-gray-50 hover:bg-gray-100 dark:bg-gray-850 dark:hover:bg-gray-800 transition rounded-lg font-medium"
>
{$i18n.t('Activate')}
</button> -->
</button>
</div>
</div>
</div>