Skip to content

Commit

Permalink
FINALIZE availableThemes and its categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Bank authored and Lennart Bank committed Nov 28, 2023
1 parent 5aea4b4 commit 734063c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,11 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde

export const availableThemes: TGroupedSelectOption[] = [
{
label: "Organisaties",
label: "Alle overheidsorganisaties",
options: [
{ label: "Alle organisaties", value: "open-webconcept-theme" },
{ label: "Conduction", value: "conduction-theme" },
{ label: "Noaberkracht", value: "noaberkracht-theme" },
{ label: "XXLLNC", value: "xxllnc-theme" },
{ label: "Alle overheidsorganisaties", value: "open-webconcept-theme" },
// { label: "Conduction", value: "conduction-theme" },
// { label: "XXLLNC", value: "xxllnc-theme" },
],
},
{
Expand All @@ -103,4 +102,8 @@ export const availableThemes: TGroupedSelectOption[] = [
{ label: "Waddinxveen", value: "waddinxveen" },
],
},
{
label: "Regionale samenwerkingsorganen",
options: [{ label: "Noaberkracht", value: "noaberkracht-theme" }],
},
];

0 comments on commit 734063c

Please sign in to comment.