This commit is contained in:
hailin 2025-03-12 21:26:44 +08:00
parent 9e366aed8c
commit 899d55fcbb
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ export const LogoAI: React.FC<{ className?: string; width?: string }> = ({ class
return ( return (
<svg <svg
className={className} className={className}
width={width ? width : "64"} width={width ? width : "32"}
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 328.72 271.03" viewBox="0 0 328.72 271.03"
> >