diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 09c3b2f17a..314d211a3c 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -22,6 +22,7 @@ import { useHotkeys } from "react-hotkeys-hook"; import { useAppDispatch, useAppSelector } from "../store"; import { HealthStatus, fetchHealthStatus } from "../slices/healthSlice"; import { UserInfoState } from "../slices/userInfoSlice"; +import { Tooltip } from "./shared/Tooltip"; // Get code, flag and name of the current language const currentLanguage = getCurrentLanguageInformation(); @@ -161,13 +162,14 @@ const Header = ({