Skip to content

Commit b75c329

Browse files
committed
modified: src/components/animation.tsx
1 parent fe54780 commit b75c329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/animation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const MatterGame = () => {
8787
<h1>Pukul bola </h1>
8888
<p>Score : {score}</p>
8989
<p>{winOrlose}</p>
90-
<canvas ref={sceneRef}/>
90+
<canvas className="w-64 h-64" ref={sceneRef}/>
9191
</div>
9292
</div>
9393
);

0 commit comments

Comments
 (0)