Compare commits

...

2 Commits

Author SHA1 Message Date
hailin 9e366aed8c . 2025-03-12 21:22:36 +08:00
hailin f91e0278c8 . 2025-03-12 19:49:18 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -263,8 +263,7 @@ export function Chat({
}
export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => {
export const LogoAI: React.FC<{ className?: string; width?: string }> = ({ className, width }) => {
return (
<svg
className={className}
@ -288,8 +287,9 @@ export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ class
strokeWidth="0"
/>
</svg>
)
);
};
// export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => {
// return (