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 1
1
import { type Interpolation , type Theme , useTheme } from "@emotion/react" ;
2
2
import Link from "@mui/material/Link" ;
3
- import Tooltip from "@mui/material/Tooltip" ;
3
+ import MUITooltip from "@mui/material/Tooltip" ;
4
4
import { workspaceQuota } from "api/queries/workspaceQuota" ;
5
5
import type * as TypesGen from "api/typesGenerated" ;
6
6
import { Avatar } from "components/Avatar/Avatar" ;
@@ -105,11 +105,11 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
105
105
106
106
return (
107
107
< Topbar css = { { gridArea : "topbar" } } >
108
- < Tooltip title = "Back to workspaces" >
108
+ < MUITooltip title = "Back to workspaces" >
109
109
< TopbarIconButton component = { RouterLink } to = "/workspaces" >
110
110
< ChevronLeftIcon className = "size-icon-sm" />
111
111
</ TopbarIconButton >
112
- </ Tooltip >
112
+ </ MUITooltip >
113
113
114
114
< div css = { styles . topbarLeft } >
115
115
< TopbarData >
You can’t perform that action at this time.
0 commit comments