Skip to content

Commit

Permalink
0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 10, 2024
1 parent e9f7ab2 commit 310f26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const handleGearClick = () => {
}}
onClick={handleClick}
>
<img src={bryka} alt="bryka" style={{ width: '200px', height: 'auto' }} />
<img src={bryka} alt="bryka" style={{ width: '170px', height: 'auto' }} />
</div>
<div style={{ position: 'absolute', top: `${position1}px`, left: '50%', transform: 'translateX(-50%)', zIndex: 0 }}>
<img
Expand All @@ -241,7 +241,7 @@ const handleGearClick = () => {
</div>
{showGear && (
<div style={{ position: 'absolute', top: '10%', left: '50%', transform: 'translateX(-50%)', zIndex: 2, cursor: 'pointer' }} onClick={handleGearClick}>
<img src={gear} alt="gear" style={{ width: '200px', height: 'auto' }} />
<img src={gear} alt="gear" style={{ width: '150px', height: 'auto' }} />
</div>
)}
{gameStarted && endTime === 0 && (
Expand Down

0 comments on commit 310f26c

Please sign in to comment.