This commit is contained in:
hailin 2025-03-13 00:02:22 +08:00
parent a10fcd4297
commit 1e42c2c295
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ export default async function ChatIndexPage({ params: { locale } }: { params: {
{/* <Web3Provider> */} {/* <Web3Provider> */}
<Header /> <Header />
<div className='mb-40 md:mb-[4rem] '> <div className=' '>
{/* <Chat {/* <Chat
initialMessages={initialMessages} initialMessages={initialMessages}
id={id} id={id}

View File

@ -62,7 +62,7 @@ export function Header() {
return ( return (
<header className="sticky top-0 z-50 flex shrink-0 items-center justify-between bg-background px-4 py-[1.5rem] w-11/12 sm:w-5/6 md:w-3/4 lg:w-2/3 xl:w-3/5 2xl:w-1/2 mx-auto"> <header className="sticky top-0 z-50 flex shrink-0 items-center justify-between bg-background px-4 py-[1.5rem] w-11/12 sm:w-5/6 md:w-3/4 lg:w-2/3 xl:w-3/5 2xl:w-1/2 mx-auto">
<LogoAI <LogoAI
className='flex text-center m-auto' className='flex text-center ml-0'
/> />
<div className="flex items-center justify-between "> <div className="flex items-center justify-between ">
<div className="flex items-center "> <div className="flex items-center ">