fix: larger logo

This commit is contained in:
Karishma
2025-10-14 20:39:36 +05:30
committed by GitHub
parent bb50bde55b
commit 4860f790db

View File

@@ -236,7 +236,7 @@ export const NavBar: React.FC<NavBarProps> = ({
cursor: 'pointer'
}}
onClick={() => navigate('/')}>
<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' }} />
<div style={{ padding: '11px' }}><ProjectName mode={darkMode ? 'dark' : 'light'}>{t('navbar.project_name')}</ProjectName></div>
<Chip
label={`${currentVersion}`}