diff --git a/src/AppBar.tsx b/src/AppBar.tsx index 55a1355e1..490acf065 100644 --- a/src/AppBar.tsx +++ b/src/AppBar.tsx @@ -133,8 +133,8 @@ export function useAppBarTitle(title: string): void { } /** - * React hook which sets the title to be shown in the app bar, if present. It is - * an error to call this hook from multiple sites in the same component tree. + * React hook which sets the primary button icon kind. Can only be "minimise" or "back" + * It is an error to call this hook from multiple sites in the same component tree. */ export function useAppBarPrimaryButtonIconKind( icon: "back" | "minimise", diff --git a/src/room/__snapshots__/LobbyView.test.tsx.snap b/src/room/__snapshots__/LobbyView.test.tsx.snap index 17df4aabf..e19c3477f 100644 --- a/src/room/__snapshots__/LobbyView.test.tsx.snap +++ b/src/room/__snapshots__/LobbyView.test.tsx.snap @@ -39,11 +39,6 @@ exports[`LobbyView > renders with AppBar android 1`] = ` -

- Test Room -

-

- Test Room -