From fb98dc587bba481f1e16c3cdaf42ac9ca39e2288 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 12 Mar 2025 19:48:25 +0800 Subject: [PATCH] . --- apps/blogai/components/chat.tsx | 58 +++++++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 13 deletions(-) diff --git a/apps/blogai/components/chat.tsx b/apps/blogai/components/chat.tsx index f8a360d..46abe25 100644 --- a/apps/blogai/components/chat.tsx +++ b/apps/blogai/components/chat.tsx @@ -263,25 +263,57 @@ export function Chat({ } + export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => { - - return ( - - - + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 328.72 271.03" + > + + + - - - - - - - ) }; +// export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => { + +// return ( +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// + +// ) +// };