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 a706668 commit 6566a67Copy full SHA for 6566a67
docs/src/component-statuses.js
@@ -69,7 +69,7 @@ export function ComponentStatuses() {
69
{a11yReviewed ? (
70
<Label variant="primary">Reviewed</Label>
71
) : (
72
- <Text sx={{color: 'fg.subtle'}}>Not reviewed</Text>
+ <Text sx={{color: 'fg.subtle'}}>Pending review</Text>
73
)}
74
</td>
75
<td>{description}</td>
0 commit comments