Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Updated categories for announcements to match iOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
manavgabhawala committed Mar 25, 2017
1 parent 8406c7c commit a86893b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions static/javascript/announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,10 @@ function formatAnnouncementCategoryIdentifier(category) {
case 4:
return "Food";
case 8:
return "Swag";
return "Event";
case 16:
return "Sponsor";
case 32:
return "Other";
}

return "Category";
return "Other";
}

0 comments on commit a86893b

Please sign in to comment.