Skip to content

Commit 2805d86

Browse files
chore: Replace stop icon to use pause icon (#3261)
1 parent 663d047 commit 2805d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceStatusBadge/WorkspaceStatusBadge.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import CircularProgress from "@material-ui/core/CircularProgress"
22
import { makeStyles, Theme, useTheme } from "@material-ui/core/styles"
33
import ErrorIcon from "@material-ui/icons/ErrorOutline"
4+
import StopIcon from "@material-ui/icons/PauseOutlined"
45
import PlayIcon from "@material-ui/icons/PlayArrowOutlined"
5-
import StopIcon from "@material-ui/icons/StopOutlined"
66
import { WorkspaceBuild } from "api/typesGenerated"
77
import React from "react"
88
import { MONOSPACE_FONT_FAMILY } from "theme/constants"

0 commit comments

Comments
 (0)