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 (
-
- )
+ );
};
+// export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => {
+
+// return (
+//
+
+// )
+// };
+