Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"intl-messageformat": "10.7.16",
"lucide-react": "^0.539.0",
"next-themes": "0.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.30.0"
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router-dom": "^7.10.1"
},
"devDependencies": {
"@react-types/shared": "3.30.0",
Expand Down
7 changes: 0 additions & 7 deletions frontend/src/components/puzzles/PuzzleTutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ export function PuzzleTutorial() {
Submit when you've solved the puzzle to record it on the blockchain!
</p>
</div>
<div className="flex gap-3">
<div className="h-4 w-4 bg-gray-300 flex-shrink-0" />
<p className="text-sm text-gray-500">
When you've successfully solved the puzzle, return to the Portal to claim your
points.
</p>
</div>
</div>
</div>
</div>
Expand Down
Loading