Skip to content

Commit

Permalink
ホーム画面のトロフィーにlinkを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
e1b21072 committed Feb 24, 2024
1 parent d353d6a commit b15445d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 1 addition & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@googlemaps/js-api-loader": "^1.16.6",
"@mui/icons-material": "^5.15.10",
"@googlemaps/react-wrapper": "^1.1.35",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@react-google-maps/api": "^2.19.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/google.maps": "^3.55.3",
"@types/google.maps": "^3.55.3",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.82",
"@types/react": "^18.2.55",
Expand All @@ -24,9 +23,6 @@
"firebase": "^10.8.0",
"install": "^0.13.0",
"npm": "^10.4.0",
"firebase": "^10.8.0",
"install": "^0.13.0",
"npm": "^10.4.0",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
Expand Down
4 changes: 3 additions & 1 deletion client/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const Home = () => {
</div>
<div className="absolute bottom-0 ">
<div className="fixed bottom-16 right-0 py-5 px-0">
<img src="trophy.png" width={100} height={100} />
<a href="/rank">
<img src="trophy.png" width={100} height={100} />
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit b15445d

Please sign in to comment.