Compare commits
No commits in common. "9e366aed8cf080dee8810f88c2cbbaebe32198fc" and "fb98dc587bba481f1e16c3cdaf42ac9ca39e2288" have entirely different histories.
9e366aed8c
...
fb98dc587b
|
|
@ -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 (
|
return (
|
||||||
<svg
|
<svg
|
||||||
className={className}
|
className={className}
|
||||||
|
|
@ -287,9 +288,8 @@ export const LogoAI: React.FC<{ className?: string; width?: string }> = ({ class
|
||||||
strokeWidth="0"
|
strokeWidth="0"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
);
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
// export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => {
|
// export const LogoAI: React.FC<{ className?: string, width?: string }> = ({ className, width }) => {
|
||||||
|
|
||||||
// return (
|
// return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue