From 1ebae50d0c42094f03010ab1f39e8b5d0ccd6455 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Fri, 19 Jul 2024 10:50:11 -0700 Subject: [PATCH] minor udpate --- web/src/app/assistants/gallery/page.tsx | 3 --- web/src/app/chat/shared_chat_search/FixedLogo.tsx | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/app/assistants/gallery/page.tsx b/web/src/app/assistants/gallery/page.tsx index 1c2b5c9c7..78d940430 100644 --- a/web/src/app/assistants/gallery/page.tsx +++ b/web/src/app/assistants/gallery/page.tsx @@ -65,9 +65,6 @@ export default async function GalleryPage({ user={user} assistants={assistants} /> - - {/* Temporary - fixed logo */} - ); diff --git a/web/src/app/chat/shared_chat_search/FixedLogo.tsx b/web/src/app/chat/shared_chat_search/FixedLogo.tsx index a9ee31888..51e2a0f72 100644 --- a/web/src/app/chat/shared_chat_search/FixedLogo.tsx +++ b/web/src/app/chat/shared_chat_search/FixedLogo.tsx @@ -1,3 +1,5 @@ +"use client"; + import { HeaderTitle } from "@/components/header/Header"; import { Logo } from "@/components/Logo"; import { SettingsContext } from "@/components/settings/SettingsProvider";