Skip to content

Commit

Permalink
fix: h&b visual move bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjosethomas committed Nov 10, 2024
1 parent 88068f3 commit 58b5aeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const pieceColorMap: { [key: string]: string } = {
bq: 'black queen',
br: 'black rook',
bb: 'black bishop',
bn: 'black knight',
}

interface Props {
Expand Down

0 comments on commit 58b5aeb

Please sign in to comment.