add subtitle to menu gestion du tournoi

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

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

Loading…
Cancel
Save