|
@@ -1937,7 +1937,7 @@
|
|
|
|
|
|
<PaneGroup direction="horizontal" class="w-full h-full">
|
|
|
<Pane defaultSize={50} class="h-full flex w-full relative">
|
|
|
- {#if $banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1}
|
|
|
+ {#if ($banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1) || ($config?.license_metadata?.type ?? null) === 'trial' || (($config?.license_metadata?.seats ?? null) !== null && $config?.user_count > $config?.license_metadata?.seats)}
|
|
|
<div class="absolute top-12 left-0 right-0 w-full z-30">
|
|
|
<div class=" flex flex-col gap-1 w-full">
|
|
|
{#if ($config?.license_metadata?.type ?? null) === 'trial'}
|