This commit is contained in:
parent
9e366aed8c
commit
899d55fcbb
|
|
@ -267,7 +267,7 @@ export const LogoAI: React.FC<{ className?: string; width?: string }> = ({ class
|
|||
return (
|
||||
<svg
|
||||
className={className}
|
||||
width={width ? width : "64"}
|
||||
width={width ? width : "32"}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 328.72 271.03"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue