chore: img path

This commit is contained in:
karishmas6
2024-10-29 23:42:14 +05:30
parent ba07f67af9
commit 2fd6262e91
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ const ActionDescriptionBox = () => {
return (
<CustomBoxContainer>
<Logo src="../../../public/img/maxunlogo.png" alt="Maxun Logo" />
<Logo src="/img/maxunlogo.png" alt="Maxun Logo" />
<Triangle />
<Content>
{renderActionDescription()}

View File

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