Compare commits
2 Commits
fb98dc587b
...
9e366aed8c
| Author | SHA1 | Date |
|---|---|---|
|
|
9e366aed8c | |
|
|
f91e0278c8 |
|
|
@ -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 (
|
return (
|
||||||
<svg
|
<svg
|
||||||
className={className}
|
className={className}
|
||||||
|
|
@ -288,8 +287,9 @@ 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