diff --git a/app/chat-list.tsx b/app/chat-list.tsx index ef151da..96c28ae 100644 --- a/app/chat-list.tsx +++ b/app/chat-list.tsx @@ -16,7 +16,7 @@ export function ChatList({ messages }: ChatList) {
-
+
Next.js Chatbot
diff --git a/app/empty.tsx b/app/empty.tsx index 731dd6d..1c58122 100644 --- a/app/empty.tsx +++ b/app/empty.tsx @@ -6,13 +6,13 @@ function ExampleBubble({ children }: { children?: React.ReactNode }) { return (
diff --git a/app/icon.png b/app/icon.png new file mode 100644 index 0000000..8b60a2b Binary files /dev/null and b/app/icon.png differ diff --git a/app/prompt.tsx b/app/prompt.tsx index 152f614..26ad418 100644 --- a/app/prompt.tsx +++ b/app/prompt.tsx @@ -32,7 +32,7 @@ export function Prompt({ await onSubmit(input); }} ref={formRef} - className="stretch flex w-full flex-row gap-3 md:max-w-2xl lg:max-w-xl xl:max-w-3xl mx-auto px-4 lg:pl-16" + className="stretch flex w-full flex-row gap-3 md:max-w-2xl lg:max-w-xl xl:max-w-3xl mx-auto px-4" >
diff --git a/app/sidebar.tsx b/app/sidebar.tsx index 834c180..c9185d2 100644 --- a/app/sidebar.tsx +++ b/app/sidebar.tsx @@ -22,7 +22,7 @@ export function Sidebar({ session, newChat }: SidebarProps) {