File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,12 +123,12 @@ const ModalBar = () => {
123123 </ ReactModal >
124124 </ div >
125125 < div className = 'px-5' >
126- < button onClick = { fetchFunctionsAndOpenModal } >
126+ < button onClick = { fetchFunctionsAndOpenModal } >
127127 Functions:
128128 < span className = "ml-2 inline-block bg-green-500 text-white text-xs px-2 rounded-full uppercase font-semibold tracking-wide" >
129129 { functionTokens } tokens
130130 </ span >
131- </ button >
131+ </ button >
132132
133133 < ReactModal
134134 isOpen = { isFunctionModalOpen }
@@ -151,7 +151,7 @@ const ModalBar = () => {
151151 </ div >
152152 </ ReactModal >
153153
154- </ div >
154+ </ div >
155155 < div className = 'px-5' >
156156 < button onClick = { fetchMessagesAndOpenModal } >
157157 Message History:
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const Chat = () => {
113113 < FiMenu className = "mr-2" />
114114 </ button >
115115 </ div >
116- < div className = "flex flex-col items-center" >
116+ < div className = "flex flex-col items-center border-b border-slate-500 " >
117117 < SearchBar />
118118 < ModalBar />
119119 </ div >
@@ -123,7 +123,7 @@ const Chat = () => {
123123 < RightSidebar isSidebarOpen = { isSidebarOpen } />
124124 { /* <LeftSidebar isLeftSidebarOpen={isLeftSidebarOpen} /> */ }
125125
126- < div className = "input-area h-1/5 flex bg-gray-800 text-center justify-center items-center w-full text-gray-900" >
126+ < div className = "input-area h-1/5 flex bg-gray-800 text-center justify-center items-center w-full text-gray-900 border-t border-slate-500 " >
127127 < div className = 'w-full' >
128128 < ChatInput onSubmit = { submitMessage } />
129129 < ModelSelector />
You can’t perform that action at this time.
0 commit comments