Skip to content

Commit

Permalink
Add feedback item link (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Aug 19, 2024
1 parent 1b05b51 commit 8d9b3af
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ fun SettingsScreen(
)
},
label = "Send Feedback"
) { }
) {
navigation(SettingsNavigation.GoToSettingsLink("https://forms.gle/YYno9sUehE5xuKAq9"))
}
}
}
}
Expand Down

0 comments on commit 8d9b3af

Please sign in to comment.