@@ -13,17 +13,17 @@ import { Input } from "@/components/ui/input";
1313import { Spinner } from "@/components/ui/spinner" ;
1414
1515export 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