Skip to content

Commit

Permalink
πŸ’„ Swapped Around Locations of Filters
Browse files Browse the repository at this point in the history
  • Loading branch information
NatVIII committed Aug 26, 2024
1 parent e03a85e commit cffe7ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/event_sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
{"name": "activities", "fullName": "Activities", "defaultValue": "true"},
{"name": "soccer", "fullName": "⚽ Soccer", "defaultValue": "true"},
{"name": "biking", "fullName": "🚲 Biking", "defaultValue": "true"},
{"name": "skating", "fullName": "πŸ›ΌπŸ›Ή Skating", "defaultValue": "true"},
{"name": "exercise", "fullName": "πŸ’ͺ Exercise", "defaultValue": "true"},
{"name": "yoga", "fullName": "🧘 Yoga", "defaultValue": "true"},
{"name": "dance", "fullName": "πŸͺ© Dancing", "defaultValue": "true"},
{"name": "karaoke", "fullName": "🎀 Karaoke", "defaultValue": "true"},
{"name": "yoga", "fullName": "🧘 Yoga", "defaultValue": "true"},
{"name": "skating", "fullName": "πŸ›ΌπŸ›Ή Skating", "defaultValue": "true"},
{"name": "singing", "fullName": "🎡 Singing", "defaultValue": "true"},
{"name": "exercise", "fullName": "πŸ’ͺ Exercise", "defaultValue": "true"},
{"name": "games", "fullName": "πŸ€„πŸ–₯️ Games", "defaultValue": "true"}
],
[
Expand All @@ -46,7 +46,7 @@
{"name": "other", "fullName": "Misc", "defaultValue": "true"},
{"name": "free stuff", "fullName": "🈢 Free Stuff", "defaultValue": "true"},
{"name": "volunteering", "fullName": "♻️ Volunteering", "defaultValue": "true"},
{"name": "market", "fullName": "πŸŽͺ Market", "defaultValue": "true"},
{"name": "market", "fullName": "πŸ›οΈ Market", "defaultValue": "true"},
{"name": "transgender", "fullName": "πŸ³οΈβ€βš§οΈ Transgeder :3", "defaultValue": "true"},
{"name": "festival", "fullName": "πŸŽͺ Festival", "defaultValue": "true"},
{"name": "announcement", "fullName": "πŸ—£οΈ Announcements!!!!", "defaultValue": "true"},
Expand Down

0 comments on commit cffe7ac

Please sign in to comment.