We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4a60d commit 8be2e2eCopy full SHA for 8be2e2e
1 file changed
src/ps/games/chess/index.ts
@@ -170,7 +170,7 @@ export class Chess extends BaseGame<State> {
170
iconURL: 'https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Chess_tile_kl.svg/1200px-Chess_tile_kl.svg.png',
171
})
172
.setTitle(`${this.players.W.name} vs ${this.players.B.name}`)
173
- .setURL(this.lichessURL);
+ .setURL(await this.getURL());
174
}
175
176
render(side: Turn | null) {
0 commit comments