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 Tooltip from "@mui/material/Tooltip" ;
3+ import MUITooltip from "@mui/material/Tooltip" ;
44import { workspaceQuota } from "api/queries/workspaceQuota" ;
55import type * as TypesGen from "api/typesGenerated" ;
66import { Avatar } from "components/Avatar/Avatar" ;
@@ -105,11 +105,11 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
105105
106106 return (
107107 < Topbar css = { { gridArea : "topbar" } } >
108- < Tooltip title = "Back to workspaces" >
108+ < MUITooltip title = "Back to workspaces" >
109109 < TopbarIconButton component = { RouterLink } to = "/workspaces" >
110110 < ChevronLeftIcon className = "size-icon-sm" />
111111 </ TopbarIconButton >
112- </ Tooltip >
112+ </ MUITooltip >
113113
114114 < div css = { styles . topbarLeft } >
115115 < TopbarData >
You can’t perform that action at this time.
0 commit comments