diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index 6efb3fba..9e5713b5 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -86,6 +86,7 @@ export default function Onboarding() { { title: "Personal Information", component: PersonalInfo }, { title: "Experience Level", component: Experience }, { title: "Interests & Goals", component: Interests }, + { title: "Creator Profile Setup", component: CreatorProfile }, { title: "Welcome to AeThex", component: Welcome }, ];