diff --git a/ui/learn/src/view.ts b/ui/learn/src/view.ts index 46be691a715b1..db58bdf85bb5f 100644 --- a/ui/learn/src/view.ts +++ b/ui/learn/src/view.ts @@ -90,7 +90,7 @@ function whatNext(ctrl: LearnCtrl) { : makeStage('/signup', 'beams-aura', 'register', 'getAFreeLichessAccount'), makeStage('/practice', 'robot-golem', 'practice', 'learnCommonChessPositions'), makeStage('/training', 'bullseye', 'puzzles', 'exerciseYourTacticalSkills'), - makeStage('/video', 'tied-scroll', 'videos', 'watchInstructiveChessVideos'), + makeStage('/video?tags=beginner', 'tied-scroll', 'videos', 'watchInstructiveChessVideos'), makeStage('/#hook', 'sword-clash', 'playPeople', 'opponentsFromAroundTheWorld'), makeStage('/#ai', 'vintage-robot', 'playMachine', 'testYourSkillsWithTheComputer'), ]),