From f4dc562a675e0072e37419e402e18ee86dfba71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bajusz=20Tam=C3=A1s?= Date: Sat, 1 Feb 2025 22:14:37 +0100 Subject: [PATCH] Update about.ts --- client/about.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/about.ts b/client/about.ts index f30ca0365..3d1fa0267 100644 --- a/client/about.ts +++ b/client/about.ts @@ -54,6 +54,8 @@ export function aboutView(model: PyChessModel): VNode[] { ", ", h('a', { attrs: { href: 'https://www.pychess.org/variants/placement' } }, 'Placement'), ", ", + h('a', { attrs: { href: 'https://www.pychess.org/variants/bughouse' } }, 'Bughouse'), + ", ", h('a', { attrs: { href: 'https://www.pychess.org/variants/crazyhouse' } }, 'Crazyhouse'), ", ", h('a', { attrs: { href: 'https://www.pychess.org/variants/atomic' } }, 'Atomic'), @@ -121,7 +123,7 @@ export function aboutView(model: PyChessModel): VNode[] { h('a', { attrs: { href: 'https://www.pychess.org/variants/chess' } }, 'Chess'), ]), h('p', [ - _('Additionally, you can check the Chess960 option for Chess, Crazyhouse, Atomic, Three check, King of the Hill, Racing Kings, Antichess, Horde, S-chess, Capablanca, and Capahouse to start games from random positions with '), + _('Additionally, you can check the Chess960 option for Chess, Bughouse, Crazyhouse, Atomic, Three check, King of the Hill, Racing Kings, Antichess, Horde, S-chess, Capablanca, and Capahouse to start games from random positions with '), h('a', { attrs: { href: 'https://en.wikipedia.org/wiki/Fischer_random_chess#Castling_rules' } }, _('Chess960 castling rules.')) ]), h('p', [