From 3c389442ff9af93ec0b17e700bbcbf42d7014778 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 12 Mar 2025 19:42:28 +0800 Subject: [PATCH] . --- apps/blogai/components/chat.tsx | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/apps/blogai/components/chat.tsx b/apps/blogai/components/chat.tsx index 7713e89..f8a360d 100644 --- a/apps/blogai/components/chat.tsx +++ b/apps/blogai/components/chat.tsx @@ -269,26 +269,19 @@ export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ class return ( - - - - - - - - - - - - - + width={width ? width : "64"} + xmlns="http://www.w3.org/2000/svg" viewBox="0 0 328.72 271.03"> + + + + + + + + ) };