File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/src/pages/WorkspacePage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { type Interpolation , type Theme , useTheme } from "@emotion/react" ;
22import Link from "@mui/material/Link" ;
3- import MUITooltip from "@mui/material/Tooltip" ;
3+ import Tooltip from "@mui/material/Tooltip" ;
44import { workspaceQuota } from "api/queries/workspaceQuota" ;
55import type * as TypesGen from "api/typesGenerated" ;
66import { Avatar } from "components/Avatar/Avatar" ;
@@ -108,11 +108,11 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
108108
109109 return (
110110 < Topbar css = { { gridArea : "topbar" } } >
111- < MUITooltip title = "Back to workspaces" >
111+ < Tooltip title = "Back to workspaces" >
112112 < TopbarIconButton component = { RouterLink } to = "/workspaces" >
113113 < ChevronLeftIcon className = "size-icon-sm" />
114114 </ TopbarIconButton >
115- </ MUITooltip >
115+ </ Tooltip >
116116
117117 < div css = { styles . topbarLeft } >
118118 < TopbarData >
You can’t perform that action at this time.
0 commit comments