Skip to content

Commit

Permalink
Merge pull request #93 from DeveloperAcademy-POSTECH/feat/#92
Browse files Browse the repository at this point in the history
feat/#92 - 테스트 문구를 주석 처리함
  • Loading branch information
piriram authored Feb 2, 2025
2 parents f9d77bd + a0aabf4 commit 2faa42f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MC2-Team3-Pilling/View/OnboardingSecondView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ struct OnboardingSecondView: View {
.foregroundStyle(.secondary)
}
.padding()

NavigationLink(destination: ContentView()){
Text("test")
}
Spacer()
//
// NavigationLink(destination: ContentView()){
// Text("test")
// }

Button(action: {
dataSave()
Expand Down

0 comments on commit 2faa42f

Please sign in to comment.