From 01ba404d2b5fc80fbd0b1b67855e735f7a3204bc Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 27 Mar 2022 19:58:51 -0400 Subject: [PATCH] Update discord link --- src/core/utils/SayHello.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/utils/SayHello.ts b/src/core/utils/SayHello.ts index 6eea78b2..61de7897 100644 --- a/src/core/utils/SayHello.ts +++ b/src/core/utils/SayHello.ts @@ -5,7 +5,7 @@ export const SayHello = () => if(navigator.userAgent.toLowerCase().indexOf('chrome') > -1) { const args = [ - `\n %c %c %c Nitro ${ NitroVersion.UI_VERSION } - Renderer ${ NitroVersion.RENDERER_VERSION } %c %c %c https://nitrots.co/discord %c %c \n\n`, + `\n %c %c %c Nitro ${ NitroVersion.UI_VERSION } - Renderer ${ NitroVersion.RENDERER_VERSION } %c %c %c https://discord.nitrodev.co %c %c \n\n`, 'background: #ffffff; padding:5px 0;', 'background: #ffffff; padding:5px 0;', 'color: #ffffff; background: #000000; padding:5px 0;',