Skip to content

Commit

Permalink
✨ Add halloween 2023 event
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Oct 18, 2023
1 parent e0e34a4 commit a7a5948
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file added public/assets/images/eventIcons/halloween2023.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions shared/static/filterValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@ export const itemEventValues: DropdownValue[] = [
displayName: 'Halloween 2022',
imagePath: '/assets/images/eventIcons/halloween2022.png',
},
{
id: 21,
key: 'halloween2023',
displayName: 'Halloween 2023',
imagePath: '/assets/images/eventIcons/halloween2023.png',
},
{
id: 7,
key: 'mystic sands',
Expand Down
5 changes: 5 additions & 0 deletions shared/static/searchFilterValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ export const itemEventValues: DropdownValue[] = [
displayName: 'Halloween 2022',
imagePath: '/assets/images/eventIcons/halloween2022.png',
},
{
key: 'halloween2023',
displayName: 'Halloween 2023',
imagePath: '/assets/images/eventIcons/halloween2023.png',
},
{
key: 'mystic sands',
displayName: 'Mystic Sands',
Expand Down

0 comments on commit a7a5948

Please sign in to comment.