feat: ProCanvas refinements, gamification hooks, a11y updates, index.css polish, gitignore cleanup, and profile asset addition

This commit is contained in:
Satyam
2026-02-25 19:10:48 +05:30
parent 5fef584d7d
commit 3d215f6db3
6 changed files with 605 additions and 191 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useAuth } from './AuthContext';
const GamificationContext = createContext();
const INITIAL_STATE = {
xp: 3550,
xp: 3360,
level: 12,
streak: 4,
todayPoints: 150,