Skip to content

Commit

Permalink
Update Console.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 8, 2024
1 parent 62aa969 commit 6e9fa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/components/server/console/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const terminalProps: ITerminalOptions = {
};

export default () => {
const TERMINAL_PRELUDE = '\u001b[1m\u001b[33mJexactyl: \u001b[0m';
const TERMINAL_PRELUDE = '\u001b[1m\u001b[33mJexactyl-fork: \u001b[0m';
const ref = useRef<HTMLDivElement>(null);
const terminal = useMemo(() => new Terminal({ ...terminalProps }), []);
const fitAddon = new FitAddon();
Expand Down

0 comments on commit 6e9fa9c

Please sign in to comment.