Skip to content

Commit

Permalink
Increase number of pipes in Flappy Chicken game
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanYahya101 committed Jul 12, 2024
1 parent a1fd66c commit f062bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/component/playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const FlappyChicken = () => {

return (
<div
className="relative overflow-hidden w-screen h-screen"
className="relative overflow-hidden w-screen h-screen min-h-screen max-h-screen min-w-screen max-w-screen bg-blue-500"
onClick={jump}
style={{
background: 'linear-gradient(180deg, #4dc9ff 0%, #74e7ff 100%)',
Expand Down

0 comments on commit f062bc2

Please sign in to comment.