Skip to content

Commit a20bdf6

Browse files
committed
making logo size bigger 54 x 54
1 parent 99fe90e commit a20bdf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/layouts/main/sider/SiderLogo.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ export const SiderLogo: React.FC<SiderLogoProps> = ({ isSiderCollapsed, toggleSi
2323
<img
2424
src={img}
2525
alt="Lightence"
26-
width={64}
27-
height={64}
26+
width={56}
27+
height={56}
2828
style={{
29-
maxWidth: '64px',
30-
maxHeight: '64px',
29+
maxWidth: '56px',
30+
maxHeight: '56px',
3131
objectFit: 'contain',
3232
flexShrink: 0
3333
}}

0 commit comments

Comments
 (0)