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 bb50bde commit 4860f79Copy full SHA for 4860f79
src/components/dashboard/NavBar.tsx
@@ -236,7 +236,7 @@ export const NavBar: React.FC<NavBarProps> = ({
236
cursor: 'pointer'
237
}}
238
onClick={() => navigate('/')}>
239
- <img src={MaxunLogo} width={45} height={40} style={{ borderRadius: '5px', margin: '5px 0px 5px 15px' }} />
+ <img src={MaxunLogo} width={48} height={40} style={{ borderRadius: '5px', margin: '5px 0px 5px 15px' }} />
240
<div style={{ padding: '11px' }}><ProjectName mode={darkMode ? 'dark' : 'light'}>{t('navbar.project_name')}</ProjectName></div>
241
<Chip
242
label={`${currentVersion}`}
0 commit comments