Skip to content

Commit 86621c8

Browse files
committed
style: reformat codebase
1 parent 2652c21 commit 86621c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/grid-progress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const GridProgress = React.forwardRef<HTMLDivElement, GridProgressProps>(
180180
enableHover && "hover:scale-110 hover:shadow-md",
181181
)}
182182
title={`位置 (${row}, ${col})${isFilled ? " - 已完成" : " - 未完成"}`}
183-
aria-label={`Position (${row}, ${col})${isFilled ? ' - Completed' : ' - Not completed'}`}
183+
aria-label={`Position (${row}, ${col})${isFilled ? " - Completed" : " - Not completed"}`}
184184
/>
185185
);
186186
})}

0 commit comments

Comments
 (0)