diff --git a/src/AppBar.tsx b/src/AppBar.tsx index 15246e02..ba41629f 100644 --- a/src/AppBar.tsx +++ b/src/AppBar.tsx @@ -16,7 +16,7 @@ import { useMemo, useState, } from "react"; -import { Button, Heading, Tooltip } from "@vector-im/compound-web"; +import { Heading, IconButton, Tooltip } from "@vector-im/compound-web"; import { CollapseIcon } from "@vector-im/compound-design-tokens/assets/web/icons"; import { useTranslation } from "react-i18next"; import { logger } from "matrix-js-sdk/lib/logger"; @@ -71,12 +71,9 @@ export const AppBar: FC = ({ children }) => { > -