Skip to content

Commit

Permalink
address pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Nov 4, 2024
1 parent f039959 commit 6599af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/util/status-badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getStatusLabel(status?: string) {
<FormattedMessage id="components.StatusBadge.pending" />
</StyledStatusLabel>
)
case 'verified':
case 'confirmed':
return (
<StyledStatusLabel style={{ background: 'green' }}>
<FormattedMessage id="components.StatusBadge.verified" />
Expand Down

0 comments on commit 6599af5

Please sign in to comment.