We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663d047 commit 2805d86Copy full SHA for 2805d86
site/src/components/WorkspaceStatusBadge/WorkspaceStatusBadge.tsx
@@ -1,8 +1,8 @@
1
import CircularProgress from "@material-ui/core/CircularProgress"
2
import { makeStyles, Theme, useTheme } from "@material-ui/core/styles"
3
import ErrorIcon from "@material-ui/icons/ErrorOutline"
4
+import StopIcon from "@material-ui/icons/PauseOutlined"
5
import PlayIcon from "@material-ui/icons/PlayArrowOutlined"
-import StopIcon from "@material-ui/icons/StopOutlined"
6
import { WorkspaceBuild } from "api/typesGenerated"
7
import React from "react"
8
import { MONOSPACE_FONT_FAMILY } from "theme/constants"
0 commit comments