mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 10:10:29 +03:00
Add call status to bottom of home nav
This commit is contained in:
parent
7ebf26e34b
commit
79b4303154
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ import {
|
|||
getRoomNotificationMode,
|
||||
useRoomsNotificationPreferencesContext,
|
||||
} from '../../../hooks/useRoomsNotificationPreferences';
|
||||
import { CallNavBottom } from '../../call/CallNavBottom';
|
||||
|
||||
type HomeMenuProps = {
|
||||
requestClose: () => void;
|
||||
|
|
@ -336,6 +337,7 @@ export function Home() {
|
|||
</Box>
|
||||
</PageNavContent>
|
||||
)}
|
||||
<CallNavBottom />
|
||||
</PageNav>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue