From b573ff807031bc5a254bf17be781ad418648cefc Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 04:35:17 +0000 Subject: [PATCH] Replace ShieldStar with Shield in Profile page cgen-a0d0dca784074cec8476f6f1f033c112 --- client/pages/Profile.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.