This commit is contained in:
parent
a10fcd4297
commit
1e42c2c295
|
|
@ -128,7 +128,7 @@ export default async function ChatIndexPage({ params: { locale } }: { params: {
|
|||
{/* <Web3Provider> */}
|
||||
<Header />
|
||||
|
||||
<div className='mb-40 md:mb-[4rem] '>
|
||||
<div className=' '>
|
||||
{/* <Chat
|
||||
initialMessages={initialMessages}
|
||||
id={id}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ export function Header() {
|
|||
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">
|
||||
<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 ">
|
||||
|
|
|
|||
Loading…
Reference in New Issue