Skip to content

Commit

Permalink
- removed unnecessary span
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 6, 2024
1 parent 26bebd8 commit fc56eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ReprocessedModal = ({ date }) => {
<div>
<br />
<button className="reprocessed" onClick={() => setModalVisible(true)}>
Reprocessed <span>&#9432;</span>
Reprocessed &#9432;
</button>
<br />
<br />
Expand Down

0 comments on commit fc56eb5

Please sign in to comment.