diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index eec2c92..275c329 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -1,7 +1,7 @@ import type { Config, Download, Group, WorkApp } from "../types"; import { Back, Cog, Collapse, Forward, Reload } from "./icons"; import Downloads from "./Downloads"; -import { Favicon, GROUP_LABEL, ICON_CHROME } from "./ui"; +import { BUTTON_BAR, Favicon, GROUP_LABEL, ICON_CHROME, ICON_ON_BAR } from "./ui"; interface Props { config: Config; @@ -50,13 +50,13 @@ export default function Nav({ you want gone. */ const controls = ( <> - - - @@ -205,16 +205,18 @@ export default function Nav({
- {controls} - +
+ {controls} + +