Skip to content

Commit

Permalink
♻️ :: 카태고리별 이미지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong525 committed Jun 3, 2023
1 parent ec1cb4f commit 96a0719
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ struct NotificationListCell: View {
switch topic {
case .applicationWeekendMeal, .applicationStay, .applicationMoveClassRoom, .applicationPicnic, .applicationPicnicPass, .applicationWeekendPicnic, .applicationWeekendPicnicReservation:
return Image.application
case .allGoodPoint:
case .allGoodPoint, .feedBambooLike, .feedNoticeLike:
return Image.thumbUpNotiIcon
case .allBadPoint, .allPenaltyLevel:
return Image.thumbDownNotiIcon
case .scheduleLocal, .scheduleSocial:
return Image.calendar
case .feedNotice, .feedBambooLike, .feedNoticeLike, .feedBambooComment, .feedNoticeComment:
case .feedNotice, .feedBambooComment, .feedNoticeComment:
return Image.feed
}
}
Expand Down

0 comments on commit 96a0719

Please sign in to comment.