diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index e42a615a..1bfec709 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -61,69 +61,71 @@ export const NavBar = ({ newRecording, recordingName, isRecording }: NavBarProps
Maxun
-
- - {isRecording ? 'NEW' : 'RECORD'} - - { - recordingLength > 0 - ? - : null - } - {isRecording ? - : null} - { - user !== null ? ( - - ) : "" - } -
+ {isRecording ? + : null} + + + + ) : "" + } );