Skip to content

Commit 9d53e5d

Browse files
committed
#25: Votes clear all
1 parent fd87a28 commit 9d53e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Board.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ export default function Board(props) {
591591
</div>
592592

593593
<div className="flex flex-row gap-2">
594-
<button className="px-2 border border-red-500" onClick={votesClearMine}>
594+
<button className="px-2 border border-red-500" onClick={votesClearAll}>
595595
<FontAwesomeIcon icon={faEraser} /> Clear ALL Votes
596596
</button>
597597
<button className="px-2 border border-red-500 bg-red-200" onClick={() => setVoteClearModalOpen(true)}>

0 commit comments

Comments
 (0)