Skip to content

Commit

Permalink
fix: CE-1004 add plus icon to button (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk authored Aug 30, 2024
1 parent e2a12f0 commit bd20923
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ export const OutcomeAttachments: FC<props> = ({ showAddButton = false }) => {
setIsCardVisible(true);
}}
>
Add Attachments
<i className="bi bi-plus-circle" />
<span>Add Attachments</span>
</Button>
)}

Expand Down

0 comments on commit bd20923

Please sign in to comment.