Skip to content

Commit b27514d

Browse files
committed
Last changes... snapping release
1 parent 79bd40d commit b27514d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/components/ModalBar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

frontend/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 />

0 commit comments

Comments
 (0)