Skip to content

Commit 9b16685

Browse files
authored
Update React and React Router dependencies and removed the portal related text (#56)
## Motivation Update React and React Router dependencies and removed the portal related text ## Proposal - updated react to latest version - removed the `When you've successfully solved the puzzle, return to the Portal to claim your points.` text ## Test Plan tested it manually <img width="1720" height="1002" alt="image" src="https://github.com/user-attachments/assets/bfba1526-14e3-4b09-bca6-e4b0c0e3b261" />
1 parent 6b72d1d commit 9b16685

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"intl-messageformat": "10.7.16",
4747
"lucide-react": "^0.539.0",
4848
"next-themes": "0.4.6",
49-
"react": "18.3.1",
50-
"react-dom": "18.3.1",
51-
"react-router-dom": "^6.30.0"
49+
"react": "19.2.3",
50+
"react-dom": "19.2.3",
51+
"react-router-dom": "^7.10.1"
5252
},
5353
"devDependencies": {
5454
"@react-types/shared": "3.30.0",

frontend/src/components/puzzles/PuzzleTutorial.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ export function PuzzleTutorial() {
8080
Submit when you've solved the puzzle to record it on the blockchain!
8181
</p>
8282
</div>
83-
<div className="flex gap-3">
84-
<div className="h-4 w-4 bg-gray-300 flex-shrink-0" />
85-
<p className="text-sm text-gray-500">
86-
When you've successfully solved the puzzle, return to the Portal to claim your
87-
points.
88-
</p>
89-
</div>
9083
</div>
9184
</div>
9285
</div>

0 commit comments

Comments
 (0)