From 9a7998301b04a47e865b8f4f4e1f1aca0d3ece22 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 9 Mar 2023 14:08:50 -0600 Subject: [PATCH] fix: remove deployment bar info icon and adjust language (#6537) Re @bpmct's feedback --- .../DeploymentBanner/DeploymentBannerView.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/site/src/components/DeploymentBanner/DeploymentBannerView.tsx b/site/src/components/DeploymentBanner/DeploymentBannerView.tsx index a5c80b5d58..38e002b071 100644 --- a/site/src/components/DeploymentBanner/DeploymentBannerView.tsx +++ b/site/src/components/DeploymentBanner/DeploymentBannerView.tsx @@ -9,7 +9,6 @@ import { MONOSPACE_FONT_FAMILY } from "theme/constants" import Tooltip from "@material-ui/core/Tooltip" import { Link as RouterLink } from "react-router-dom" import Link from "@material-ui/core/Link" -import InfoIcon from "@material-ui/icons/InfoOutlined" import { VSCodeIcon } from "components/Icons/VSCodeIcon" import DownloadIcon from "@material-ui/icons/CloudDownload" import UploadIcon from "@material-ui/icons/CloudUpload" @@ -118,21 +117,18 @@ export const DeploymentBannerView: FC = ({
-
- Transmission - -
+
Transmission
- +
{stats ? prettyBytes(stats.workspaces.rx_bytes) : "-"}
- +
{stats ? prettyBytes(stats.workspaces.tx_bytes) : "-"} @@ -287,12 +283,6 @@ const useStyles = makeStyles((theme) => ({ category: { marginRight: theme.spacing(2), color: theme.palette.text.hint, - - "& svg": { - width: 12, - height: 12, - marginBottom: 2, - }, }, values: { display: "flex",