From 9e366aed8cf080dee8810f88c2cbbaebe32198fc Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 12 Mar 2025 21:22:36 +0800 Subject: [PATCH] . --- apps/blogai/components/chat.tsx | 69 +++++++++++++++++++++++---------- 1 file changed, 48 insertions(+), 21 deletions(-) diff --git a/apps/blogai/components/chat.tsx b/apps/blogai/components/chat.tsx index 13161c3..b3dbc0b 100644 --- a/apps/blogai/components/chat.tsx +++ b/apps/blogai/components/chat.tsx @@ -263,30 +263,57 @@ export function Chat({ } -export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => { - - return ( +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 ( +// +// +// +// +// +// +// +// +// +// +// +// +// +// +// + +// ) +// }; +