mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +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
HTML
75.2%
TypeScript
21.3%
Rust
1.9%
PLpgSQL
0.7%
JavaScript
0.6%
Other
0.2%