Skip to content

Commit

Permalink
[refactor] #129 PokitFeature 액션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Oct 20, 2024
1 parent c900429 commit 38c2bb7
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 177 deletions.
6 changes: 3 additions & 3 deletions Projects/App/Sources/MainTab/MainTabFeatureView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ private extension MainTabView {
PokitHeaderItems(placement: .trailing) {
PokitToolbarButton(
.icon(.search),
action: { store.send(.pokit(.view(.searchButtonTapped))) }
action: { store.send(.pokit(.view(.검색_버튼_눌렀을때))) }
)
PokitToolbarButton(
.icon(.bell),
action: { store.send(.pokit(.view(.alertButtonTapped))) }
action: { store.send(.pokit(.view(.알람_버튼_눌렀을때))) }
)
PokitToolbarButton(
.icon(.setup),
action: { store.send(.pokit(.view(.settingButtonTapped))) }
action: { store.send(.pokit(.view(.설정_버튼_눌렀을때))) }
)
}
}
Expand Down
Loading

0 comments on commit 38c2bb7

Please sign in to comment.