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 MUITooltip from "@mui/material/Tooltip" ;
3
+ import Tooltip 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" ;
@@ -108,11 +108,11 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
108
108
109
109
return (
110
110
< Topbar css = { { gridArea : "topbar" } } >
111
- < MUITooltip title = "Back to workspaces" >
111
+ < Tooltip title = "Back to workspaces" >
112
112
< TopbarIconButton component = { RouterLink } to = "/workspaces" >
113
113
< ChevronLeftIcon className = "size-icon-sm" />
114
114
</ TopbarIconButton >
115
- </ MUITooltip >
115
+ </ Tooltip >
116
116
117
117
< div css = { styles . topbarLeft } >
118
118
< TopbarData >
You can’t perform that action at this time.
0 commit comments