We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5458d commit 958395eCopy full SHA for 958395e
src/packages/frontend/project/page/flyouts/header.tsx
@@ -20,7 +20,7 @@ import { capitalize } from "@cocalc/util/misc";
20
import { COLORS } from "@cocalc/util/theme";
21
import { FIX_BORDER } from "../common";
22
import { FIXED_PROJECT_TABS, FixedTab } from "../file-tab";
23
-import { FIXED_TABS_BG_COLOR } from "../tabs";
+import { FIXED_TABS_BG_COLOR } from "../vertical-fixed-tabs";
24
import { ActiveHeader } from "./active-header";
25
import { FLYOUT_PADDING } from "./consts";
26
import { LogHeader } from "./log-header";
0 commit comments