mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
rename CallNavBottom to CallNavStatus
This commit is contained in:
parent
5ee3897fde
commit
4083bbb31e
3 changed files with 6 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ import {
|
|||
getRoomNotificationMode,
|
||||
useRoomsNotificationPreferencesContext,
|
||||
} from '../../../hooks/useRoomsNotificationPreferences';
|
||||
import { CallNavBottom } from '../../call/CallNavBottom';
|
||||
import { CallNavStatus } from '../../call/CallNavStatus';
|
||||
|
||||
type DirectMenuProps = {
|
||||
requestClose: () => void;
|
||||
|
|
@ -270,7 +270,7 @@ export function Direct() {
|
|||
</Box>
|
||||
</PageNavContent>
|
||||
)}
|
||||
<CallNavBottom />
|
||||
<CallNavStatus />
|
||||
</PageNav>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ import {
|
|||
getRoomNotificationMode,
|
||||
useRoomsNotificationPreferencesContext,
|
||||
} from '../../../hooks/useRoomsNotificationPreferences';
|
||||
import { CallNavBottom } from '../../call/CallNavBottom';
|
||||
import { CallNavStatus } from '../../call/CallNavStatus';
|
||||
|
||||
type HomeMenuProps = {
|
||||
requestClose: () => void;
|
||||
|
|
@ -337,7 +337,7 @@ export function Home() {
|
|||
</Box>
|
||||
</PageNavContent>
|
||||
)}
|
||||
<CallNavBottom />
|
||||
<CallNavStatus />
|
||||
</PageNav>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ import {
|
|||
useRoomsNotificationPreferencesContext,
|
||||
} from '../../../hooks/useRoomsNotificationPreferences';
|
||||
import { useOpenSpaceSettings } from '../../../state/hooks/spaceSettings';
|
||||
import { CallNavBottom } from '../../call/CallNavBottom';
|
||||
import { CallNavStatus } from '../../call/CallNavStatus';
|
||||
import { getStateEvents } from '../../../utils/room';
|
||||
import { RoomNavUser } from '../../../features/room-nav/RoomNavUser';
|
||||
import { useStateEvents } from '../../../hooks/useStateEvents';
|
||||
|
|
@ -585,7 +585,7 @@ export function Space() {
|
|||
})}
|
||||
</NavCategory>
|
||||
</PageNavContent>
|
||||
<CallNavBottom />
|
||||
<CallNavStatus space={space} />
|
||||
</PageNav>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue