This commit is contained in:
Kirill
2026-05-25 18:46:48 +05:00
parent bd8722cfcb
commit 0771209c5d
14 changed files with 8 additions and 71 deletions
+2 -1
View File
@@ -9,10 +9,11 @@ export function BearLogo({ sx }: BearLogoProps) {
return (
<Box
component="img"
src="/favicon-320.avif"
src="/logo.webp"
alt="Любимый Креатив"
sx={{
objectFit: 'contain',
transform: 'scale(1.25)',
...sx,
}}
/>