From 299e74cffaa2750b768d2945e81b62e6046b5a26 Mon Sep 17 00:00:00 2001
From: shokollm <270575765+shokollm@users.noreply.github.com>
Date: Fri, 10 Apr 2026 09:59:08 +0000
Subject: [PATCH] chore: hide ProUpgradeBanner (not implementing pro yet)
---
src/frontend/src/routes/bot/[id]/+page.svelte | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/frontend/src/routes/bot/[id]/+page.svelte b/src/frontend/src/routes/bot/[id]/+page.svelte
index 4a2378f..df004b0 100644
--- a/src/frontend/src/routes/bot/[id]/+page.svelte
+++ b/src/frontend/src/routes/bot/[id]/+page.svelte
@@ -4,7 +4,7 @@
import { goto } from '$app/navigation';
import { isAuthenticated, isLoading, chatStore, addMessage, setMessages, clearChat, currentBotStore, setCurrentBot } from '$lib/stores';
import { api } from '$lib/api';
- import { ChatInterface, StrategyPreview, ProUpgradeBanner } from '$lib/components';
+ import { ChatInterface, StrategyPreview } from '$lib/components';
let botId = $derived($page.params.id);
let isSending = $state(false);
@@ -113,7 +113,7 @@
/>
-
+