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 81eb20e commit 6df8903Copy full SHA for 6df8903
site/src/components/WorkspaceStats/WorkspaceStats.tsx
@@ -78,7 +78,9 @@ export const WorkspaceStats: React.FC<WorkspaceStatsProps> = ({ workspace }) =>
78
<div className={styles.statItem}>
79
<span className={styles.statsLabel}>Status</span>
80
<span className={styles.statsValue}>
81
- <span style={{ color: status.color }}>{status.status}</span>
+ <span style={{ color: status.color }} role="status">
82
+ {status.status}
83
+ </span>
84
</span>
85
</div>
86
<div className={styles.statsDivider} />
0 commit comments