From 8537850dd9a1f71784a0a4a46652ec34a696d8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20G=C3=BCnd=C3=BCz?= Date: Fri, 8 Dec 2023 17:45:33 +0300 Subject: [PATCH] refactor(font): :tada: update tabs and font --- public/index.html | 7 ++----- src/components/RobotHeaderTabs/RobotHeaderTabs.tsx | 12 ------------ 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index 3510f286..3ac2c77a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,4 @@ - + @@ -32,10 +32,7 @@ } - +
diff --git a/src/components/RobotHeaderTabs/RobotHeaderTabs.tsx b/src/components/RobotHeaderTabs/RobotHeaderTabs.tsx index 7a8975e1..cd31a40a 100644 --- a/src/components/RobotHeaderTabs/RobotHeaderTabs.tsx +++ b/src/components/RobotHeaderTabs/RobotHeaderTabs.tsx @@ -87,18 +87,6 @@ export default function RobotHeaderTabs(): ReactElement { ), isHidden: false, }, - { - name: "File Manager", - icon: , - isLoading: - !responseRobot || - !( - responseRobot?.ideEnabled && - responseRobot?.ideIngressEndpoint && - isSettedCookie - ), - isHidden: false, - }, { name: "Remote Desktop", icon: ,