I think you just need to add that link as footer of previous Section (that one containing Forgot Password?), like
Section(footer:
HStack {
Spacer()
NavigationLink(
destination: SignUpView(),
label: {
Text("Don't have an account?")
.foregroundColor(.gray)
})
}) {
Tested and worked with Xcode 12.4 / iOS 14.4
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…