add subtitle to menu gestion du tournoi

sync3
Razmig Sarkissian 1 month ago
parent 7259777ba5
commit 86c1fa26cc
  1. 5
      PadelClub/Views/Tournament/TournamentView.swift

@ -253,8 +253,11 @@ struct TournamentView: View {
Divider()
NavigationLink(value: Screen.stateSettings) {
Button {
navigation.path.append(Screen.stateSettings)
} label: {
Label("Gestion", systemImage: "trash")
Text("Annuler, supprimer ou terminer le tournoi")
}
} label: {

Loading…
Cancel
Save