Skip to content

Commit

Permalink
✨ Add winterdream 2023 event
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Dec 19, 2023
1 parent a7a5948 commit d6cf4bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
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 @@ -314,6 +314,12 @@ export const itemEventValues: DropdownValue[] = [
displayName: 'Winterdream 2022',
imagePath: '/assets/images/eventIcons/winterdream2022.png',
},
{
id: 22,
key: 'winterdream2023',
displayName: 'Winterdream 2023',
imagePath: '/assets/images/eventIcons/winterdream2023.png',
},
{
id: 17,
key: 'winterdream witch',
Expand Down
5 changes: 5 additions & 0 deletions shared/static/searchFilterValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ export const itemEventValues: DropdownValue[] = [
displayName: 'Winterdream 2022',
imagePath: '/assets/images/eventIcons/winterdream2022.png',
},
{
key: 'winterdream2023',
displayName: 'Winterdream 2023',
imagePath: '/assets/images/eventIcons/winterdream2023.png',
},
{
key: 'winterdream witch',
displayName: 'Winterdream Witch',
Expand Down

0 comments on commit d6cf4bc

Please sign in to comment.