From 3271b03b8664ac33d5beeaa9ca744e921f57d6ba Mon Sep 17 00:00:00 2001 From: Nastya Date: Mon, 27 Oct 2025 23:05:11 +0300 Subject: [PATCH] =?UTF-8?q?overtime=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B4=D0=BE=D0=BF=20=D0=B8=D0=BD=D1=84?= =?UTF-8?q?=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/startPage/Components/OverTime.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/startPage/Components/OverTime.tsx b/src/pages/startPage/Components/OverTime.tsx index aaa8760b..4e51a4ce 100644 --- a/src/pages/startPage/Components/OverTime.tsx +++ b/src/pages/startPage/Components/OverTime.tsx @@ -4,6 +4,8 @@ import CustomTextField from "@/ui_kit/CustomTextField" import { Box, Typography, useTheme } from "@mui/material" import CustomizedSwitch from "@ui_kit/CustomSwitch"; import { useEffect, useMemo, useRef, useState } from "react"; +import { InfoPopover } from "@/ui_kit/InfoPopover"; +import TooltipClickInfo from "@/ui_kit/Toolbars/TooltipClickInfo"; const OverTime = () => { const theme = useTheme(); @@ -176,8 +178,9 @@ const OverTime = () => { fontSize: "16px", }} > - Включить счётчик + Включить общий таймер опроса +