From 6e1f137048fe59c36b435329260049a09f21e5e3 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 24 Mar 2023 18:01:37 +0800 Subject: [PATCH] chore: update empty view style --- components/ChatView/index.tsx | 2 +- components/EmptyView.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/ChatView/index.tsx b/components/ChatView/index.tsx index 93535b2..83cb0db 100644 --- a/components/ChatView/index.tsx +++ b/components/ChatView/index.tsx @@ -117,7 +117,7 @@ const ChatView = () => {
{messageList.length === 0 ? ( - + ) : ( messageList.map((message) => ) )} diff --git a/components/EmptyView.tsx b/components/EmptyView.tsx index 0d78f43..78ed9da 100644 --- a/components/EmptyView.tsx +++ b/components/EmptyView.tsx @@ -8,9 +8,9 @@ const EmptyView = (props: Props) => { const { className } = props; return ( -
+

SQLChat

-
+
Examples @@ -23,7 +23,7 @@ const EmptyView = (props: Props) => {
Remembers what user said earlier in the conversation
Allows user to provide follow-up corrections
-
+
Limitations
May occasionally generate incorrect information