|
@@ -65,7 +65,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div
|
|
<div
|
|
- class=" mt-2 mb-4 text-3xl text-gray-800 dark:text-gray-100 font-semibold text-left flex items-center gap-4"
|
|
|
|
|
|
+ class=" mt-2 mb-4 text-3xl text-gray-800 dark:text-gray-100 font-semibold text-left flex items-center gap-4 font-primary"
|
|
>
|
|
>
|
|
<div>
|
|
<div>
|
|
<div class=" capitalize line-clamp-1" in:fade={{ duration: 200 }}>
|
|
<div class=" capitalize line-clamp-1" in:fade={{ duration: 200 }}>
|
|
@@ -102,7 +102,7 @@
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{/if}
|
|
{:else}
|
|
{:else}
|
|
- <div class=" font-medium text-gray-400 dark:text-gray-500 line-clamp-1">
|
|
|
|
|
|
+ <div class=" font-medium text-gray-400 dark:text-gray-500 line-clamp-1 font-p">
|
|
{$i18n.t('How can I help you today?')}
|
|
{$i18n.t('How can I help you today?')}
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
{/if}
|
|
@@ -110,7 +110,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class=" w-full" in:fade={{ duration: 200, delay: 300 }}>
|
|
|
|
|
|
+ <div class=" w-full font-primary" in:fade={{ duration: 200, delay: 300 }}>
|
|
<Suggestions
|
|
<Suggestions
|
|
suggestionPrompts={models[selectedModelIdx]?.info?.meta?.suggestion_prompts ??
|
|
suggestionPrompts={models[selectedModelIdx]?.info?.meta?.suggestion_prompts ??
|
|
$config.default_prompt_suggestions}
|
|
$config.default_prompt_suggestions}
|