|
@@ -54,7 +54,7 @@
|
|
<a
|
|
<a
|
|
class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes('/workspace/models')
|
|
class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes('/workspace/models')
|
|
? ''
|
|
? ''
|
|
- : 'text-gray-300 dark:text-gray-600'} transition"
|
|
|
|
|
|
+ : 'text-gray-300 dark:text-gray-600 hover:text-gray-700 dark:hover:text-white'} transition"
|
|
href="/workspace/models">{$i18n.t('Models')}</a
|
|
href="/workspace/models">{$i18n.t('Models')}</a
|
|
>
|
|
>
|
|
|
|
|
|
@@ -63,7 +63,7 @@
|
|
'/workspace/knowledge'
|
|
'/workspace/knowledge'
|
|
)
|
|
)
|
|
? ''
|
|
? ''
|
|
- : 'text-gray-300 dark:text-gray-600'} transition"
|
|
|
|
|
|
+ : 'text-gray-300 dark:text-gray-600 hover:text-gray-700 dark:hover:text-white'} transition"
|
|
href="/workspace/knowledge"
|
|
href="/workspace/knowledge"
|
|
>
|
|
>
|
|
{$i18n.t('Knowledge')}
|
|
{$i18n.t('Knowledge')}
|
|
@@ -72,14 +72,14 @@
|
|
<a
|
|
<a
|
|
class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes('/workspace/prompts')
|
|
class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes('/workspace/prompts')
|
|
? ''
|
|
? ''
|
|
- : 'text-gray-300 dark:text-gray-600'} transition"
|
|
|
|
|
|
+ : 'text-gray-300 dark:text-gray-600 hover:text-gray-700 dark:hover:text-white'} transition"
|
|
href="/workspace/prompts">{$i18n.t('Prompts')}</a
|
|
href="/workspace/prompts">{$i18n.t('Prompts')}</a
|
|
>
|
|
>
|
|
|
|
|
|
<a
|
|
<a
|
|
class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes('/workspace/tools')
|
|
class="min-w-fit rounded-full p-1.5 {$page.url.pathname.includes('/workspace/tools')
|
|
? ''
|
|
? ''
|
|
- : 'text-gray-300 dark:text-gray-600'} transition"
|
|
|
|
|
|
+ : 'text-gray-300 dark:text-gray-600 hover:text-gray-700 dark:hover:text-white'} transition"
|
|
href="/workspace/tools"
|
|
href="/workspace/tools"
|
|
>
|
|
>
|
|
{$i18n.t('Tools')}
|
|
{$i18n.t('Tools')}
|
|
@@ -90,7 +90,7 @@
|
|
'/workspace/functions'
|
|
'/workspace/functions'
|
|
)
|
|
)
|
|
? ''
|
|
? ''
|
|
- : 'text-gray-300 dark:text-gray-600'} transition"
|
|
|
|
|
|
+ : 'text-gray-300 dark:text-gray-600 hover:text-gray-700 dark:hover:text-white'} transition"
|
|
href="/workspace/functions"
|
|
href="/workspace/functions"
|
|
>
|
|
>
|
|
{$i18n.t('Functions')}
|
|
{$i18n.t('Functions')}
|