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;',