diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index a401f5ea..82c1b64d 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -68,28 +68,32 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR display: 'flex', justifyContent: 'flex-end', }}> - - {isRecording ? 'New Robot' : 'Create Robot'} - + { + !isRecording ? ( + + Create Robot + + ) : "" + } { recordingLength > 0 ?