Skip to content

Commit

Permalink
[수정] 컨벤션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshiningsoo committed Aug 25, 2024
1 parent eaca5a9 commit 33012cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public struct NoticeDetailView: View {
self.store.send(.bookmarkButtonTapped)
} label: {
Image(self.store.isBookmarked
? "bookmark-fill"
? "bookmark-fill"
: "bookmark", bundle: Bundle.notices
)
}
Expand Down

0 comments on commit 33012cb

Please sign in to comment.