Skip to content

Commit c064158

Browse files
Merge pull request #63 from HORNET-Storage/feature/optional-wallet-configuration
Feature/optional wallet configuration
2 parents dd81811 + a20bdf6 commit c064158

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

src/assets/logo-dark.png

959 KB
Loading

src/assets/logo.png

959 KB
Loading

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@ 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
24+
src={img}
25+
alt="Lightence"
26+
width={56}
27+
height={56}
28+
style={{
29+
maxWidth: '56px',
30+
maxHeight: '56px',
31+
objectFit: 'contain',
32+
flexShrink: 0
33+
}}
34+
/>
2435
<S.BrandSpan>
2536
H.O.R.N.E.T.S
2637
<br />

0 commit comments

Comments
 (0)