fix : lint error
This commit is contained in:
@@ -60,7 +60,7 @@ export default function MoveInfo() {
|
|||||||
{bestMoveLabel && (
|
{bestMoveLabel && (
|
||||||
<Stack direction="row" alignItems="center" spacing={1}>
|
<Stack direction="row" alignItems="center" spacing={1}>
|
||||||
<Image
|
<Image
|
||||||
src={`/icons/best.png`}
|
src={"/icons/best.png"}
|
||||||
alt="move-icon"
|
alt="move-icon"
|
||||||
width={16}
|
width={16}
|
||||||
height={16}
|
height={16}
|
||||||
|
|||||||
Reference in New Issue
Block a user