feat: width to 45

This commit is contained in:
karishmas6
2024-10-28 06:17:31 +05:30
parent ed4cb7067a
commit 8a1111413d

View File

@@ -50,7 +50,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
display: 'flex',
justifyContent: 'flex-start',
}}>
<img src="../../../public/img/maxunlogo.png" width={40} height={40} style={{ borderRadius: '5px', margin: '5px 0px 5px 5px' }} />
<img src="../../../public/img/maxunlogo.png" width={45} height={40} style={{ borderRadius: '5px', margin: '5px 0px 5px 5px' }} />
<div style={{ padding: '11px' }}><ProjectName>Maxun</ProjectName></div>
</div>
{