chore: lint

This commit is contained in:
amhsirak
2024-12-08 23:42:29 +05:30
parent 0c66e86e28
commit e82863ad9c

View File

@@ -141,7 +141,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
</Tabs> </Tabs>
{tab === 0 && ( {tab === 0 && (
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}> <Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}>
<code style={{ color: 'black'}}> <code style={{ color: 'black' }}>
<p>Run the commands below</p> <p>Run the commands below</p>
# pull latest changes # pull latest changes
<br /> <br />
@@ -161,8 +161,8 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
)} )}
{tab === 1 && ( {tab === 1 && (
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}> <Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}>
<code style={{ color: 'black'}}> <code style={{ color: 'black' }}>
<p>Run the commands below</p> <p>Run the commands below</p>
# pull latest docker images # pull latest docker images
<br /> <br />
docker-compose pull docker-compose pull