Skip to content

Commit

Permalink
Feat : 랭킹 등록 여러번 되지 않도록 수정 중
Browse files Browse the repository at this point in the history
  • Loading branch information
lucy726j committed Oct 1, 2024
1 parent 3dff099 commit 3e1ac2b
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 273 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"embla-carousel-react": "^8.1.8",
"framer-motion": "^11.3.28",
"hypertext": "^1.0.9",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-device-detect": "^2.2.3",
Expand Down Expand Up @@ -68,6 +69,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/lodash": "^4.17.9",
"@types/react-gtm-module": "^2.0.3",
"@types/react-modal": "^3.16.3"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Game/GameMoney.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const GameMoneyContainer = styled.div`
width: 85%;
height: auto;
border-radius: 20px;
box-shadow: 3px 3px 3px rgb(213, 213, 213);
box-shadow: 0px 0px 17px rgb(213, 213, 213);
padding: 20px 10px;
position: relative;
margin-top: 20px;
Expand Down
Loading

0 comments on commit 3e1ac2b

Please sign in to comment.