diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index d6838548..b282df57 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -98,6 +98,7 @@ export default function Onboarding() { { title: "Experience Level", component: Experience }, { title: "Interests & Goals", component: Interests }, { title: "Choose Your Realm", component: RealmSelection }, + { title: "Follow Arms", component: FollowArms }, { title: "Creator Profile Setup", component: CreatorProfile }, { title: "Welcome to AeThex", component: Welcome }, ];