Update header styling
This commit is contained in:
parent
dbaf467a20
commit
f09454ec09
13 changed files with 316 additions and 110 deletions
|
|
@ -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} />
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue