diff --git a/src/components/ProjectTiket/projectTiket.scss b/src/components/ProjectTiket/projectTiket.scss index 27524b7b..5a253d18 100644 --- a/src/components/ProjectTiket/projectTiket.scss +++ b/src/components/ProjectTiket/projectTiket.scss @@ -21,10 +21,6 @@ width: 100%; } - @media (max-width: 430px) { - padding: 8px 13px 8px; - } - a { font-weight: 700; font-size: 18px; @@ -47,10 +43,6 @@ align-items: center; position: relative; - @media (max-width: 430px) { - justify-content: space-between; - } - p { color: #6f6f6f; font-weight: 500; @@ -90,10 +82,6 @@ color: #6f6f6f; right: 0; top: -35%; - - @media (max-width: 430px) { - display: none; - } } } } diff --git a/src/pages/Tracker/Tracker.js b/src/pages/Tracker/Tracker.js index 3cd090bf..965ff78f 100644 --- a/src/pages/Tracker/Tracker.js +++ b/src/pages/Tracker/Tracker.js @@ -44,6 +44,7 @@ export const Tracker = () => { const [allCompletedTasks, setAllCompletedTasks] = useState([]); const [modalCreateProject, setModalCreateProject] = useState(false); + const tabs = ['projectsTab', 'tasksTab', 'archiveTab'] useEffect(() => { setLoader(true); @@ -135,28 +136,28 @@ export const Tracker = () => {
toggleTabs(1)} > img

Проекты

toggleTabs(2)} > img

Все мои задачи

toggleTabs(3)} > img

Архив

-
+