Skip to content

Commit

Permalink
Update ChatInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
haendelf authored Jun 22, 2023
1 parent 3d609dc commit c12bd3a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions components/Chat/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,20 +379,6 @@ export const ChatInput = ({
)}
</div>
</div>
<div className="px-3 pt-2 pb-3 text-center text-[12px] text-black/50 dark:text-white/50 md:px-4 md:pt-3 md:pb-6">
<a
href="https://github.com/mckaywrigley/chatbot-ui"
target="_blank"
rel="noreferrer"
className="underline"
>
ChatBot UI
</a>
.{' '}
{t(
"Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.",
)}
</div>
</div>
);
};

1 comment on commit c12bd3a

@vercel
Copy link

@vercel vercel bot commented on c12bd3a Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.