|
1 | 1 | import{typeInterpolation,typeTheme,useTheme}from"@emotion/react";
|
2 | 2 | importLinkfrom"@mui/material/Link";
|
3 |
| -importTooltipfrom"@mui/material/Tooltip"; |
| 3 | +importMUITooltipfrom"@mui/material/Tooltip"; |
4 | 4 | import{workspaceQuota}from"api/queries/workspaceQuota";
|
5 | 5 | importtype*asTypesGenfrom"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 | <Topbarcss={{gridArea:"topbar"}}>
|
108 |
| -<Tooltiptitle="Back to workspaces"> |
| 108 | +<MUITooltiptitle="Back to workspaces"> |
109 | 109 | <TopbarIconButtoncomponent={RouterLink}to="/workspaces">
|
110 | 110 | <ChevronLeftIconclassName="size-icon-sm"/>
|
111 | 111 | </TopbarIconButton>
|
112 |
| -</Tooltip> |
| 112 | +</MUITooltip> |
113 | 113 |
|
114 | 114 | <divcss={styles.topbarLeft}>
|
115 | 115 | <TopbarData>
|
|