".github/vscode:/vscode.git/clone" did not exist on "d524e5ef5e76961befe27a680c93ff2ec74eecb6"
Commit 225ec3d1 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: hide banners if models > 1

parent b7fc37d9
...@@ -1007,7 +1007,7 @@ ...@@ -1007,7 +1007,7 @@
{initNewChat} {initNewChat}
/> />
{#if $banners.length > 0 && !$chatId} {#if $banners.length > 0 && !$chatId && selectedModels.length <= 1}
<div <div
class="absolute top-[4.25rem] w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}" class="absolute top-[4.25rem] w-full {$showSidebar ? 'md:max-w-[calc(100%-260px)]' : ''}"
> >
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment