Skip to content

Commit

Permalink
refactor(font): 🎉 update tabs and font
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz authored Dec 8, 2023
1 parent 7dba225 commit 8537850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
7 changes: 2 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -32,10 +32,7 @@
}
</script>
</head>
<body
class="bg-secondary-50/30"
style="font-family: &quot;Inter&quot;, sans-serif"
>
<body class="bg-secondary-50/30" style="font-family: 'Inter', sans-serif">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
Expand Down
12 changes: 0 additions & 12 deletions src/components/RobotHeaderTabs/RobotHeaderTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@ export default function RobotHeaderTabs(): ReactElement {
),
isHidden: false,
},
{
name: "File Manager",
icon: <BiSolidFolder size={16} />,
isLoading:
!responseRobot ||
!(
responseRobot?.ideEnabled &&
responseRobot?.ideIngressEndpoint &&
isSettedCookie
),
isHidden: false,
},
{
name: "Remote Desktop",
icon: <MdScreenShare size={16} />,
Expand Down

0 comments on commit 8537850

Please sign in to comment.