fix naming bugs

This commit is contained in:
Mckay Wrigley
2023-03-18 06:49:20 -06:00
parent 9807ba4c42
commit 16513b20de
2 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ interface Props {
export const Sidebar: FC<Props> = ({ loading, conversations, lightMode, selectedConversation, onNewConversation, onToggleLightMode, onSelectConversation, onDeleteConversation, onToggleSidebar, onRenameConversation }) => {
return (
<div className="flex flex-col bg-[#202123] min-w-[260px]">
<div className="flex flex-col bg-[#202123] min-w-[260px] max-w-[260px]">
<div className="flex items-center h-[60px] pl-2">
<button
className="flex items-center w-[200px] h-[40px] rounded-lg bg-[#202123] border border-neutral-600 text-sm hover:bg-neutral-700"