We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd87a28 commit 9d53e5dCopy full SHA for 9d53e5d
src/components/Board.jsx
@@ -591,7 +591,7 @@ export default function Board(props) {
591
</div>
592
593
<div className="flex flex-row gap-2">
594
- <button className="px-2 border border-red-500" onClick={votesClearMine}>
+ <button className="px-2 border border-red-500" onClick={votesClearAll}>
595
<FontAwesomeIcon icon={faEraser} /> Clear ALL Votes
596
</button>
597
<button className="px-2 border border-red-500 bg-red-200" onClick={() => setVoteClearModalOpen(true)}>
0 commit comments