From a5533dca910eb7eeeeaeac722e219133dcbaed82 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 29 Oct 2023 16:57:24 +0100 Subject: [PATCH] Open links in secure new tabs (#1451) * secure links * another link --- backend/game.js | 2 +- frontend/src/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/game.js b/backend/game.js index a50459c3..9e5560a2 100644 --- a/backend/game.js +++ b/backend/game.js @@ -589,7 +589,7 @@ module.exports = class Game extends Room { this.players.forEach(player => { if (!player.isBot) { player.exit(); - player.err("Whoops! An error occurred while starting the game. Please try again later. If the problem persists, you can open an issue on the Github repository: https://github.com/dr4fters/dr4ft/issues"); + player.err("Whoops! An error occurred while starting the game. Please try again later. If the problem persists, you can open an issue on the Github repository: https://github.com/dr4fters/dr4ft/issues"); } }); Rooms.delete(this.id); diff --git a/frontend/src/config.js b/frontend/src/config.js index 776d47ed..34e321f4 100644 --- a/frontend/src/config.js +++ b/frontend/src/config.js @@ -14,7 +14,7 @@ export const STRINGS = { FOOTER:
Contributions welcome!   - +