feat: move logo & brand outside

This commit is contained in:
karishmas6
2024-09-30 16:05:26 +05:30
parent b35dc90da8
commit d95b9e66ab

View File

@@ -54,16 +54,16 @@ export const NavBar = ({ newRecording, recordingName, isRecording }: NavBarProps
return (
<NavBarWrapper>
{
user !== null ? (
<>
<div style={{
<div style={{
display: 'flex',
justifyContent: 'flex-start',
}}>
<RecordingIcon />
<div style={{ padding: '11px' }}><ProjectName>Maxun</ProjectName></div>
</div>
{
user !== null ? (
<>
<div style={{
display: 'flex',
justifyContent: 'flex-end',