diff --git a/frontend/src/app/(portal)/admin/builder/page.tsx b/frontend/src/app/(portal)/admin/builder/page.tsx index a537585..2625181 100644 --- a/frontend/src/app/(portal)/admin/builder/page.tsx +++ b/frontend/src/app/(portal)/admin/builder/page.tsx @@ -1,7 +1,7 @@ export default function BuilderPage() { return (
-

App Builder

+

App Builder

) } diff --git a/frontend/src/app/(portal)/admin/cycles/page.tsx b/frontend/src/app/(portal)/admin/cycles/page.tsx index 702bf28..67319cc 100644 --- a/frontend/src/app/(portal)/admin/cycles/page.tsx +++ b/frontend/src/app/(portal)/admin/cycles/page.tsx @@ -1,7 +1,7 @@ export default function CyclesPage() { return (
-

Cycles

+

Cycles

) } diff --git a/frontend/src/app/(portal)/admin/roles/page.tsx b/frontend/src/app/(portal)/admin/roles/page.tsx index 1c4a3e1..096a52d 100644 --- a/frontend/src/app/(portal)/admin/roles/page.tsx +++ b/frontend/src/app/(portal)/admin/roles/page.tsx @@ -1,7 +1,7 @@ export default function RolesPage() { return (
-

Roles

+

Roles

) } diff --git a/frontend/src/app/(portal)/applicant/applications/page.tsx b/frontend/src/app/(portal)/applicant/applications/page.tsx index 143adc7..0596e75 100644 --- a/frontend/src/app/(portal)/applicant/applications/page.tsx +++ b/frontend/src/app/(portal)/applicant/applications/page.tsx @@ -1,7 +1,9 @@ export default function ApplicationsPage() { return (
-

My Applications

+

+ My Applications +

) } diff --git a/frontend/src/app/(portal)/reviewer/applicants/components/ActiveFilterPill.tsx b/frontend/src/app/(portal)/reviewer/applicants/components/ActiveFilterPill.tsx index 7423a2e..d7e182b 100644 --- a/frontend/src/app/(portal)/reviewer/applicants/components/ActiveFilterPill.tsx +++ b/frontend/src/app/(portal)/reviewer/applicants/components/ActiveFilterPill.tsx @@ -34,19 +34,21 @@ export function ActiveFilterPill({ return (
- {label} - + + {label} + + is @@ -57,7 +59,7 @@ export function ActiveFilterPill({ {options.map((opt) => (