Compare commits

..

No commits in common. "9e366aed8cf080dee8810f88c2cbbaebe32198fc" and "fb98dc587bba481f1e16c3cdaf42ac9ca39e2288" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -263,7 +263,8 @@ 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}
@ -287,9 +288,8 @@ 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 (