Skip to content

Commit

Permalink
Merge pull request #92 from cs3216-a3-group-4/chloe/im-clowning
Browse files Browse the repository at this point in the history
fix: sorry for breaking deployment
  • Loading branch information
chloeelim authored Sep 26, 2024
2 parents cb397c3 + 9838b01 commit ad736e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(authenticated)/events/[id]/event-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const EventDetails = ({ event }: Props) => {
Icon={categoriesToIconsMap[category]}
key={category}
label={categoriesToDisplayName[category]}
variant="greygreen" // TODO: this is ugly
variant="primary" // TODO: this is ugly
/>
))}
</div>
Expand Down

0 comments on commit ad736e5

Please sign in to comment.