fix: format

This commit is contained in:
amhsirak
2025-02-21 15:52:55 +05:30
parent 2033df72f6
commit dfecc521f4

View File

@@ -205,7 +205,7 @@ export const NavBar: React.FC<NavBarProps> = ({
<div style={{
display: 'flex',
justifyContent: 'flex-start',
cursor: 'pointer'
cursor: 'pointer'
}}>
<img src={MaxunLogo} width={45} 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>