From 4ed45ce84394c435405f93d03f07dabd797cdec3 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 29 Jun 2026 10:58:57 -0500 Subject: [PATCH] refac --- src/lib/components/chat/Navbar.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/components/chat/Navbar.svelte b/src/lib/components/chat/Navbar.svelte index e6a05c3c40..dc1e30b0fc 100644 --- a/src/lib/components/chat/Navbar.svelte +++ b/src/lib/components/chat/Navbar.svelte @@ -289,7 +289,9 @@
{#if !history.currentId && !$chatId && ($banners.length > 0 || ($config?.license_metadata?.type ?? null) === 'trial' || (($config?.license_metadata?.seats ?? null) !== null && $config?.user_count > $config?.license_metadata?.seats))}
-
+
{#if ($config?.license_metadata?.type ?? null) === 'trial'}