diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 82c1b64d..9baf8a10 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -70,11 +70,30 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR }}> { !isRecording ? ( - + + Create Robot + + = ({ newRecording, recordingName, isR lineHeight: '1.75', letterSpacing: '0.02857em', '&:hover': { color: 'white', backgroundColor: '#ff00c3' } - } - } - > - Create Robot - + }} onClick={logout}> + + Logout + ) : "" } { @@ -113,22 +131,6 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR exit : null} - - - Logout ) : ""