Skip to content

Commit 4860f79

Browse files
authored
fix: larger logo
1 parent bb50bde commit 4860f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export const NavBar: React.FC<NavBarProps> = ({
236236
cursor: 'pointer'
237237
}}
238238
onClick={() => navigate('/')}>
239-
<img src={MaxunLogo} width={45} height={40} style={{ borderRadius: '5px', margin: '5px 0px 5px 15px' }} />
239+
<img src={MaxunLogo} width={48} height={40} style={{ borderRadius: '5px', margin: '5px 0px 5px 15px' }} />
240240
<div style={{ padding: '11px' }}><ProjectName mode={darkMode ? 'dark' : 'light'}>{t('navbar.project_name')}</ProjectName></div>
241241
<Chip
242242
label={`${currentVersion}`}

0 commit comments

Comments
 (0)