Skip to content

Commit

Permalink
Update about.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami authored Feb 1, 2025
1 parent e8044b8 commit f4dc562
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down Expand Up @@ -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', [
Expand Down

0 comments on commit f4dc562

Please sign in to comment.