mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-25 17:25:42 +00:00
b600b2951f42c2f3ebc11a516fda1de2828844c6
Added ArrowLeft navigation button to return to home page on: - AdminPanel.tsx - Admin panel page - ProfileSettings.tsx - Profile settings page - PasswordReset.tsx - Password reset page - EmailVerification.tsx - Email verification page - WalletDashboard.tsx - Wallet dashboard page - Dashboard.tsx - User dashboard page Each page now includes: - Import of ArrowLeft icon from lucide-react - Import of useNavigate from react-router-dom (if not already present) - Positioned button in top-left (absolute positioning) - Consistent styling: gray-400 with hover effect - Navigate to '/' on click This improves UX by providing consistent navigation across all sub pages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Languages
TypeScript
88.4%
Rust
4.1%
PLpgSQL
3.8%
JavaScript
2.2%
CSS
0.8%
Other
0.6%