Skip to content

Commit 197e63d

Browse files
committed
fix: update ProfileExplorer just-updated to use green check rather than red exclamation
1 parent b28651b commit 197e63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ class JustChanged extends React.PureComponent {
526526

527527
public render() {
528528
return (
529-
<span ref={this.ref} className="small-left-pad red-text">
530-
<Icons icon="Info" />
529+
<span ref={this.ref} className="small-left-pad green-text">
530+
<Icons icon="Checkmark" />
531531
</span>
532532
)
533533
}

0 commit comments

Comments
 (0)