fix swiss not found page

pull/8454/head
Thibault Duplessis 2021-03-22 15:42:09 +01:00
parent f48daa8a7b
commit 40fe1f8772
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ object bits {
p(trans.tournamentMayHaveBeenCanceled()),
br,
br,
a(href := routes.Tournament.home)(trans.returnToTournamentsHomepage())
a(href := routes.Swiss.home)(trans.returnToTournamentsHomepage())
)
}