We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c969854 commit 61d0596Copy full SHA for 61d0596
src/components/layouts/main/sider/SiderLogo.tsx
@@ -20,7 +20,7 @@ export const SiderLogo: React.FC<SiderLogoProps> = ({ isSiderCollapsed, toggleSi
20
return (
21
<S.SiderLogoDiv>
22
<S.SiderLogoLink to="/">
23
- <img src={img} alt="Lightence" width={48} height={48} />
+ <img src={img} alt="Lightence" width={50} height={50} />
24
<S.BrandSpan>
25
H.O.R.N.E.T.S
26
<br />
0 commit comments