feat: create robot

This commit is contained in:
karishmas6
2024-10-10 21:25:31 +05:30
parent 501332432e
commit 15c973bc83

View File

@@ -88,7 +88,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
} }
} }
> >
<Circle sx={{ marginRight: '5px' }} /> {isRecording ? 'NEW' : 'RECORD'} <Circle sx={{ marginRight: '5px' }} /> {isRecording ? 'New' : 'Create a Robot'}
</IconButton> </IconButton>
{ {
recordingLength > 0 recordingLength > 0