Update room and room setup headers

This commit is contained in:
Robert Long
2021-11-29 16:19:48 -08:00
parent 3cccb86902
commit dbaf467a20
5 changed files with 134 additions and 71 deletions

View File

@@ -20,7 +20,7 @@ import {
useGroupCallRooms,
usePublicRooms,
} from "./ConferenceCallManagerHooks";
import { Header, LeftNav, UserNav } from "./Header";
import { HomeHeader } from "./Header";
import ColorHash from "color-hash";
import styles from "./Home.module.css";
import { FieldRow, InputField, Button, ErrorMessage } from "./Input";
@@ -121,10 +121,7 @@ export function Home({ client, onLogout }) {
return (
<>
<Header>
<LeftNav />
<UserNav signedIn userName={client.getUserId()} onLogout={onLogout} />
</Header>
<HomeHeader signedIn userName={client.getUserId()} onLogout={onLogout} />
<Content>
<Center>
<Modal>