Skip to content

Commit 6566a67

Browse files
author
Josep Martins
committed
Pending review
1 parent a706668 commit 6566a67

File tree

2 files changed

+16427
-1
lines changed

2 files changed

+16427
-1
lines changed

docs/src/component-statuses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function ComponentStatuses() {
6969
{a11yReviewed ? (
7070
<Label variant="primary">Reviewed</Label>
7171
) : (
72-
<Text sx={{color: 'fg.subtle'}}>Not reviewed</Text>
72+
<Text sx={{color: 'fg.subtle'}}>Pending review</Text>
7373
)}
7474
</td>
7575
<td>{description}</td>

0 commit comments

Comments
 (0)