Skip to content

Commit

Permalink
fix 1st convo default name
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaywrigley committed Mar 19, 2023
1 parent edb86e9 commit dab7627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default function Home() {
} else {
setSelectedConversation({
id: 1,
name: "",
name: "New conversation",
messages: []
});
localStorage.removeItem("selectedConversation");
Expand Down Expand Up @@ -223,10 +223,10 @@ export default function Home() {
return (
<>
<Head>
<title>Chatbot UI Pro</title>
<title>Chatbot UI</title>
<meta
name="description"
content="An advanced chatbot starter kit for OpenAI's chat model using Next.js, TypeScript, and Tailwind CSS."
content="ChatGPT but better."
/>
<meta
name="viewport"
Expand Down

1 comment on commit dab7627

@vercel
Copy link

@vercel vercel bot commented on dab7627 Mar 19, 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.