diff --git a/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx b/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx index ed1b2509ff..56c597451e 100644 --- a/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx +++ b/services/web/frontend/js/features/ide-redesign/components/toolbar/toolbar.tsx @@ -11,6 +11,7 @@ import { useLayoutContext } from '@/shared/context/layout-context' import BackToEditorButton from '@/features/editor-navigation-toolbar/components/back-to-editor-button' import { useCallback } from 'react' import * as eventTracking from '../../../../infrastructure/event-tracking' +import OLTooltip from '@/features/ui/components/ol/ol-tooltip' export const Toolbar = () => { const { view, setView } = useLayoutContext() @@ -45,12 +46,18 @@ const ToolbarMenus = () => { const { t } = useTranslation() return (
-
- - - - -
+ +
+ + + + +
+
)