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