+ {/* Mobile Navigation Buttons - LARGE */}
{currentPage > 0 && (
)}
{currentPage < 3 && (
)}
diff --git a/src/components/UserHeader.tsx b/src/components/UserHeader.tsx
index 6b2d09a..2329d63 100644
--- a/src/components/UserHeader.tsx
+++ b/src/components/UserHeader.tsx
@@ -250,15 +250,14 @@ export function UserHeader({ user, preferences }: UserHeaderProps) {
{/* CENTER: Title and Welcome Message */}
handleNavigate('/')}
style={{
- background: theme === 'light'
- ? 'linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%)'
- : 'linear-gradient(135deg, #a78bfa 0%, #f472b6 100%)',
- WebkitBackgroundClip: 'text',
- WebkitTextFillColor: 'transparent',
- backgroundClip: 'text',
filter: theme === 'dark' ? 'drop-shadow(0 0 10px rgba(167, 139, 250, 0.3))' : 'none'
}}
>