diff --git a/src/components/DashboardShell.tsx b/src/components/DashboardShell.tsx index 53ec281..880d8a9 100644 --- a/src/components/DashboardShell.tsx +++ b/src/components/DashboardShell.tsx @@ -76,6 +76,7 @@ interface Props { const ORANGE = "#FF5E13"; const NAVY = "#0D0D2A"; +const DARK_INK = "#03004E"; // ── Component ───────────────────────────────────────────────────────────────── @@ -246,7 +247,7 @@ export default function DashboardShell(props: Props) { "flex-shrink": "0", }} > -
+
{titleCase(props.activeSidebar)}
+
Applications
diff --git a/src/components/dashboard/CompanyJobsPage.tsx b/src/components/dashboard/CompanyJobsPage.tsx index 14dbb99..258d64b 100644 --- a/src/components/dashboard/CompanyJobsPage.tsx +++ b/src/components/dashboard/CompanyJobsPage.tsx @@ -217,7 +217,7 @@ export default function CompanyJobsPage() { }} >
+
Jobs
diff --git a/src/components/dashboard/CompanyShortlistedCandidatesPage.tsx b/src/components/dashboard/CompanyShortlistedCandidatesPage.tsx index 5db7155..c7a494a 100644 --- a/src/components/dashboard/CompanyShortlistedCandidatesPage.tsx +++ b/src/components/dashboard/CompanyShortlistedCandidatesPage.tsx @@ -59,7 +59,7 @@ export default function CompanyShortlistedCandidatesPage() { return (
Shortlisted Candidates
+Shortlisted Candidates
Candidates shortlisted across all approved job posts.
+
Credits & Billing
diff --git a/src/components/dashboard/CustomerRequirementsPage.tsx b/src/components/dashboard/CustomerRequirementsPage.tsx index 0891cad..c4138c2 100644 --- a/src/components/dashboard/CustomerRequirementsPage.tsx +++ b/src/components/dashboard/CustomerRequirementsPage.tsx @@ -134,7 +134,7 @@ export default function CustomerRequirementsPage() { return (
+
My Requirements
diff --git a/src/components/dashboard/CustomerResponsesPage.tsx b/src/components/dashboard/CustomerResponsesPage.tsx index e0c3548..21513f6 100644 --- a/src/components/dashboard/CustomerResponsesPage.tsx +++ b/src/components/dashboard/CustomerResponsesPage.tsx @@ -124,7 +124,7 @@ export default function CustomerResponsesPage(props: Props) { return (
+
{props.mode === 'shortlisted' ? 'Shortlisted Responses' : 'Received Responses'}
diff --git a/src/components/dashboard/HelpCenterDashboardPage.tsx b/src/components/dashboard/HelpCenterDashboardPage.tsx index 64f038f..19cd4e3 100644 --- a/src/components/dashboard/HelpCenterDashboardPage.tsx +++ b/src/components/dashboard/HelpCenterDashboardPage.tsx @@ -105,7 +105,7 @@ export default function HelpCenterDashboardPage(props: Props) { return (
+
Help Center
diff --git a/src/components/dashboard/JobSeekerApplicationsPage.tsx b/src/components/dashboard/JobSeekerApplicationsPage.tsx index e80d623..065d986 100644 --- a/src/components/dashboard/JobSeekerApplicationsPage.tsx +++ b/src/components/dashboard/JobSeekerApplicationsPage.tsx @@ -55,7 +55,7 @@ export default function JobSeekerApplicationsPage() { return (
My Applications
+My Applications
Track all jobs you applied for.
+
Jobs
diff --git a/src/components/dashboard/JobSeekerSavedJobsPage.tsx b/src/components/dashboard/JobSeekerSavedJobsPage.tsx index e06ea7c..af28240 100644 --- a/src/components/dashboard/JobSeekerSavedJobsPage.tsx +++ b/src/components/dashboard/JobSeekerSavedJobsPage.tsx @@ -74,7 +74,7 @@ export default function JobSeekerSavedJobsPage() { return (
Saved Jobs
+Saved Jobs
Jobs bookmarked for later.
diff --git a/src/components/dashboard/LogoutPage.tsx b/src/components/dashboard/LogoutPage.tsx index 5ce4d0f..b08ed5f 100644 --- a/src/components/dashboard/LogoutPage.tsx +++ b/src/components/dashboard/LogoutPage.tsx @@ -42,7 +42,7 @@ export default function LogoutPage() { return (Logout
+Logout
End your current session securely.
My Dashboard
-+
My Dashboard
+Welcome {props.userName || 'User'}. Role: {roleLabel()}.
My Portfolio
+My Portfolio
Runtime-config driven form using configured tabs and fields.
@@ -551,7 +551,7 @@ export default function PortfolioPage(props: Props) {My Portfolio
+My Portfolio
Runtime-config driven tab layout aligned with external dashboard preview.
diff --git a/src/components/dashboard/ProfessionalLeadsPage.tsx b/src/components/dashboard/ProfessionalLeadsPage.tsx index d8d241d..a67718c 100644 --- a/src/components/dashboard/ProfessionalLeadsPage.tsx +++ b/src/components/dashboard/ProfessionalLeadsPage.tsx @@ -85,7 +85,7 @@ export default function ProfessionalLeadsPage(props: Props) { return (+
Leads
diff --git a/src/components/dashboard/ProfessionalResponsesPage.tsx b/src/components/dashboard/ProfessionalResponsesPage.tsx index 100db99..11176f6 100644 --- a/src/components/dashboard/ProfessionalResponsesPage.tsx +++ b/src/components/dashboard/ProfessionalResponsesPage.tsx @@ -54,7 +54,7 @@ export default function ProfessionalResponsesPage(props: Props) { return (
My Responses
+My Responses
Track your lead requests and current response status.
diff --git a/src/components/dashboard/ProfilePage.tsx b/src/components/dashboard/ProfilePage.tsx index 80b6b78..c6cab21 100644 --- a/src/components/dashboard/ProfilePage.tsx +++ b/src/components/dashboard/ProfilePage.tsx @@ -400,7 +400,7 @@ export default function ProfilePage(props: Props) { {/* ── Tabs ──────────────────────────────────────────────────────── */} -Switch Services
+Switch Services
Manage approved roles and register additional services.