Skip to content

Commit

Permalink
Update scheme types for home page search
Browse files Browse the repository at this point in the history
  • Loading branch information
yevkim committed Dec 28, 2024
1 parent 868597f commit 8803e29
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions frontend/src/components/query-generator/query-generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,25 @@ const supportProvidedTags = [
];

const schemeTypeTags = [
"Financial Assistance",
"Food",
"Housing",
"Shelter",
"Healthcare",
"Mental Health",
"Education",
"Employment",
"Caregivers",
"Transport",
"Legal Aid",
"Addictions",
"Family Support",
"Disability Support",
"Palliative Care",
"Social Work",
"Financial Assistance Programs",
"Food Support",
"Housing Assistance",
"Shelter Services",
"Healthcare Services",
"Mental Health Support",
"Education Programs",
"Employment Assistance",
"Caregiver Support",
"Transport Services",
"Legal Aid Services",
"Addiction Recovery Services",
"Family Support Services",
"Disability Support Services",
"Palliative Care Services",
"Social Work & Casework"
];


// const organisationTags = [
// "Housing and Development Board",
// "Singapore Indian Development Association",
Expand Down

0 comments on commit 8803e29

Please sign in to comment.