From 1d9167dd8f4d68db166a96c31176d3a843e62526 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 9 Mar 2023 19:37:24 +0000 Subject: [PATCH] fix: remove deployment bar info icon and adjust language 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 a5c80b5d58f2f..38e002b071b3e 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",