diff --git a/src/interface/web/app/chat/page.tsx b/src/interface/web/app/chat/page.tsx index a201b242..ca3b63f0 100644 --- a/src/interface/web/app/chat/page.tsx +++ b/src/interface/web/app/chat/page.tsx @@ -5,7 +5,6 @@ import React, { Suspense, useEffect, useState } from 'react'; import SidePanel from '../components/sidePanel/chatHistorySidePanel'; import ChatHistory from '../components/chatHistory/chatHistory'; -import NavMenu from '../components/navMenu/navMenu'; import { useSearchParams } from 'next/navigation' import Loading from '../components/loading/loading'; @@ -231,31 +230,18 @@ export default function Chat() { if (isLoading) return ; return ( -
+
{`${defaultTitle}${(!!title && title !== defaultTitle)? `: ${title}` : ''}`} - { - !isMobileWidth && -
- -
- } +
+ +
- { - isMobileWidth && -
- -
- }
{ !isMobileWidth &&