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