Skip to content

Commit

Permalink
Fix typo in Visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 18, 2024
1 parent e155ec3 commit 0b0d137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Visualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function Visualizer({
<div
className="relative z-10"
style={{
height: `${ZombieSurvival.boardWidth(map) * cellSizeNum}px`,
height: `${ZombieSurvival.boardHeight(map) * cellSizeNum}px`,
width: `${ZombieSurvival.boardWidth(map) * cellSizeNum}px`,
}}
>
Expand Down

0 comments on commit 0b0d137

Please sign in to comment.