Skip to content

Commit

Permalink
modified;
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Mar 6, 2024
1 parent 6c5ce25 commit 16bf851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const NewOrChangedInBranchTag = ({
<BaseTag
fillColor={Colors.backgroundCyan()}
textColor={Colors.textCyan()}
label={changes.length ? 'Changed in branch' : 'Modified in branch'}
label={changes.length ? 'Modified in branch' : 'Modified in branch'}
icon={<Icon name="new_in_branch" color={Colors.accentCyan()} />}
/>
</Popover>
Expand Down

0 comments on commit 16bf851

Please sign in to comment.