tweak feature grid

pull/10007/head
Thibault Duplessis 2021-10-22 10:20:51 +02:00
parent a517bc54e9
commit 52a22faad9
1 changed files with 8 additions and 8 deletions

View File

@ -75,12 +75,10 @@ object features {
a(href := routes.Puzzle.home)("Tactical puzzles from user games")
),
tr(unlimited)(
a(href := routes.Puzzle.streak)("Puzzle Streak")
),
tr(unlimited)(
a(href := routes.Storm.home)("Puzzle Storm")
),
tr(unlimited)(
a(href := routes.Puzzle.streak)("Puzzle Streak"),
", ",
a(href := routes.Storm.home)("Puzzle Storm"),
", ",
a(href := routes.Racer.home)("Puzzle Racer")
),
tr(check)(
@ -89,7 +87,9 @@ object features {
),
tr(check)(
a(href := s"${routes.UserAnalysis.index}#explorer/me")("Personal opening explorer"),
" (also works on other players)"
" (also works on ",
a(href := s"${routes.UserAnalysis.index}#explorer/DrNykterstein")("other players"),
")"
),
tr(unlimited)(
a(href := s"${routes.UserAnalysis.parseArg("QN4n1/6r1/3k4/8/b2K4/8/8/8_b_-_-")}#explorer")(
@ -101,7 +101,7 @@ object features {
),
tr(unlimited)(
a(href := routes.Search.index(1))("Advanced search"),
" through Lichess 3 billion games"
" through Lichess 4 billion games"
),
tr(unlimited)(
a(href := routes.Video.index)("Chess video library")