diff --git a/public/assets/images/eventIcons/halloween2024.png b/public/assets/images/eventIcons/halloween2024.png new file mode 100644 index 0000000..553b6d1 Binary files /dev/null and b/public/assets/images/eventIcons/halloween2024.png differ diff --git a/shared/static/filterValues.ts b/shared/static/filterValues.ts index be5127f..6614c10 100644 --- a/shared/static/filterValues.ts +++ b/shared/static/filterValues.ts @@ -248,6 +248,12 @@ export const itemEventValues: DropdownValue[] = [ displayName: 'Halloween 2023', imagePath: '/assets/images/eventIcons/halloween2023.png', }, + { + id: 24, + key: 'halloween2024', + displayName: 'Halloween 2024', + imagePath: '/assets/images/eventIcons/halloween2024.png', + }, { id: 7, key: 'mystic sands', diff --git a/shared/static/searchFilterValues.ts b/shared/static/searchFilterValues.ts index aa25f33..9156114 100644 --- a/shared/static/searchFilterValues.ts +++ b/shared/static/searchFilterValues.ts @@ -132,6 +132,11 @@ export const itemEventValues: DropdownValue[] = [ displayName: 'Halloween 2023', imagePath: '/assets/images/eventIcons/halloween2023.png', }, + { + key: 'halloween2024', + displayName: 'Halloween 2024', + imagePath: '/assets/images/eventIcons/halloween2024.png', + }, { key: 'mystic sands', displayName: 'Mystic Sands',