Skip to content

Commit 61d0596

Browse files
committed
making logo size bigger
1 parent c969854 commit 61d0596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const SiderLogo: React.FC<SiderLogoProps> = ({ isSiderCollapsed, toggleSi
2020
return (
2121
<S.SiderLogoDiv>
2222
<S.SiderLogoLink to="/">
23-
<img src={img} alt="Lightence" width={48} height={48} />
23+
<img src={img} alt="Lightence" width={50} height={50} />
2424
<S.BrandSpan>
2525
H.O.R.N.E.T.S
2626
<br />

0 commit comments

Comments
 (0)