diff --git a/client/pages/Profile.tsx b/client/pages/Profile.tsx index 8ce06828..4ee9bb09 100644 --- a/client/pages/Profile.tsx +++ b/client/pages/Profile.tsx @@ -28,7 +28,7 @@ import { Edit, MapPin, Rocket, - ShieldStar, + Shield, Trophy, UserCircle, } from "lucide-react"; @@ -105,7 +105,7 @@ const Profile = () => { label: "Level", value: `Lv ${level}`, helper: "Progress toward next milestone", - Icon: ShieldStar, + Icon: Shield, }, { label: "Total XP", @@ -238,7 +238,7 @@ const Profile = () => { - + Progress snapshot Where you stand across AeThex programs.