feat: set cursor to pointer

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

View File

@@ -205,6 +205,7 @@ export const NavBar: React.FC<NavBarProps> = ({
<div style={{
display: 'flex',
justifyContent: 'flex-start',
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>