mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 22:23:59 +01:00
parent
38bc63f0ac
commit
7e7df206ae
|
@ -37,7 +37,7 @@ const Menu = () => {
|
||||||
>
|
>
|
||||||
<div className='flex h-full min-h-0 flex-col'>
|
<div className='flex h-full min-h-0 flex-col'>
|
||||||
<div className='flex h-full w-full flex-1 items-start border-white/20'>
|
<div className='flex h-full w-full flex-1 items-start border-white/20'>
|
||||||
<nav className='flex h-full flex-1 flex-col space-y-1 p-2'>
|
<nav className='flex h-full flex-1 flex-col space-y-1 px-2 pt-2'>
|
||||||
<NewChat />
|
<NewChat />
|
||||||
<ChatHistoryList />
|
<ChatHistoryList />
|
||||||
<MenuOptions />
|
<MenuOptions />
|
||||||
|
|
Loading…
Reference in a new issue