From c361df1ba056a6b7203a9e3bfbc0434a1ccae925 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 03:25:06 +0000 Subject: [PATCH] Remove duplicate achievements declaration (old mock data) cgen-782a22eaefc94e898bbce57ee23d318a --- client/pages/Dashboard.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 2763adb4..bf7febb9 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -186,32 +186,6 @@ export default function Dashboard() { }, ]; - const achievements = [ - { - title: "Code Master", - description: "Completed 50+ coding challenges", - icon: Code, - earned: true, - }, - { - title: "Team Player", - description: "Collaborated on 10+ projects", - icon: Users, - earned: true, - }, - { - title: "Innovation Leader", - description: "Led 5+ innovative projects", - icon: Rocket, - earned: false, - }, - { - title: "Database Wizard", - description: "Optimized 20+ databases", - icon: Database, - earned: false, - }, - ]; const quickActions = [ {