Skip to content

Commit

Permalink
✨ :: [#25] RankView navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
shwaaaa committed Dec 27, 2024
1 parent 169e9ae commit 837c556
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ struct MainView: View {
.padding(.top, 8)

HStack(spacing: 36) {
rankButton()
NavigationLink(destination: RankView(postViewModel: PostViewModel())) {
rankButton()
}

NavigationLink(destination: PostCreateView(viewModel: PostViewModel())) {
imageUploadButton()
Expand Down

0 comments on commit 837c556

Please sign in to comment.