feat: thema's dropdown
This commit is contained in:
parent
feb8b38ed1
commit
ca59f8b767
8 changed files with 77 additions and 37 deletions
|
|
@ -16,10 +16,6 @@ export const THEMESITEMS: Record<string, string[]> = {
|
|||
"algorithms": ["math_with_python", "python_programming", "stem", "algorithms", "basics_ai"],
|
||||
};
|
||||
|
||||
export const AGEITEMS = [
|
||||
"all", "primary-school", "lower-secondary", "upper-secondary", "high-school", "older"
|
||||
];
|
||||
|
||||
export const AGE_TO_THEMES: Record<string, string[]> = {
|
||||
"all": THEMES_KEYS,
|
||||
"primary-school": ["wegostem", "computational_thinking", "physical_computing"],
|
||||
|
|
|
|||
Reference in a new issue