chore: lint
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user