Skip to content

Commit

Permalink
change Children's Care to Childcare category (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencyberspace authored Oct 7, 2024
1 parent 84aff4a commit 0b05a78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/pages/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export const CATEGORIES: Readonly<ServiceCategory[]> = [
},
},
{
algoliaCategoryName: "Children's Care",
id: "357",
name: "Children's Care",
slug: "childrens-care",
algoliaCategoryName: "Childcare",
id: "102",
name: "Childcare",
slug: "childcare",
steps: ["subcategories", "results"],
subcategorySubheading: defaultSubheading,
icon: {
Expand Down

0 comments on commit 0b05a78

Please sign in to comment.