Skip to content

Commit 746e67b

Browse files
RyanHanszRyan Hanszclaude
authored
Sort categories alphabetically and rename Substance Abuse (#194)
Co-authored-by: Ryan Hansz <ryan@Ryans-MacBook-Pro-2.local> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bc2c4b2 commit 746e67b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

frontend/src/app/[locale]/test/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const resourceCategories = [
9696
},
9797
{
9898
id: "substance",
99-
label: "Substance Abuse Treatment",
99+
label: "Substance Use & Treatment",
100100
icon: Shield,
101101
color: "bg-teal-100 text-teal-800",
102102
},

frontend/src/components/ClientDetailsInput.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ import { Input } from "@/components/ui/input";
1313
import { Spinner } from "@/components/ui/spinner";
1414

1515
export const resourceCategories = [
16+
{ id: "childcare", label: "Childcare", emoji: "👶" },
17+
{ id: "disability", label: "Disability Services", emoji: "♿" },
18+
{ id: "education", label: "Education & GED", emoji: "🎓" },
1619
{ id: "employment", label: "Employment & Job Training", emoji: "💼" },
17-
{ id: "housing", label: "Housing & Shelter", emoji: "🏠" },
20+
{ id: "financial", label: "Financial Assistance", emoji: "💵" },
1821
{ id: "food", label: "Food Assistance", emoji: "🍽️" },
19-
{ id: "transportation", label: "Transportation", emoji: "🚗" },
2022
{ id: "healthcare", label: "Healthcare & Mental Health", emoji: "🩺" },
21-
{ id: "childcare", label: "Childcare", emoji: "👶" },
22-
{ id: "financial", label: "Financial Assistance", emoji: "💵" },
23-
{ id: "education", label: "Education & GED", emoji: "🎓" },
23+
{ id: "housing", label: "Housing & Shelter", emoji: "🏠" },
2424
{ id: "legal", label: "Legal Services", emoji: "⚖️" },
25-
{ id: "substance", label: "Substance Abuse Treatment", emoji: "🛡️" },
26-
{ id: "disability", label: "Disability Services", emoji: "" },
25+
{ id: "substance", label: "Substance Use & Treatment", emoji: "🛡️" },
26+
{ id: "transportation", label: "Transportation", emoji: "🚗" },
2727
{ id: "veterans", label: "Veterans Services", emoji: "🎖️" },
2828
];
2929

0 commit comments

Comments
 (0)