Update header styling

This commit is contained in:
Robert Long 2021-12-02 17:21:37 -08:00
commit f09454ec09
13 changed files with 316 additions and 110 deletions

View file

@ -67,7 +67,7 @@ export default function App() {
</SentryRoute>
<SentryRoute path="/room/:roomId?">
{authenticated ? (
<Room client={client} />
<Room client={client} onLogout={logout} />
) : (
<GuestAuthPage onLoginAsGuest={registerGuest} />
)}