From 2e6e9890399f67301e6b81f1ab8f62e7996a581a Mon Sep 17 00:00:00 2001 From: someone Date: Sun, 7 Dec 2025 19:38:31 +0100 Subject: [PATCH] added /a in /help for terminalcommands and changed easter egg hint text to different font --- src/components/TerminalCommand.tsx | 36 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/TerminalCommand.tsx b/src/components/TerminalCommand.tsx index 5071b8e..e6fdccc 100644 --- a/src/components/TerminalCommand.tsx +++ b/src/components/TerminalCommand.tsx @@ -31,27 +31,27 @@ const commands: Record = { }; const helpText = `Available commands: - /home - Navigate to Home - /about, /me - Navigate to About Me - /projects, /proj - Navigate to Projects - /resources, /res - Navigate to Resources - /links - Navigate to Links - /faq - Navigate to FAQ - /games, /arcade - Browse Arcade games - /tetris - Play Tetris - /pacman - Play Pac-Man - /snake - Play Snake - /breakout - Play Breakout - /music, /m - Navigate to Music Player - /ai, /chat - Navigate to AI Chat - /achievements - View achievements - /help, /h - Show this help message - /clear, /c - Clear terminal output`; + /home - Navigate to Home + /about, /me - Navigate to About Me + /projects, /proj - Navigate to Projects + /resources, /res - Navigate to Resources + /links - Navigate to Links + /faq - Navigate to FAQ + /games, /arcade - Browse Arcade games + /tetris - Play Tetris + /pacman - Play Pac-Man + /snake - Play Snake + /breakout - Play Breakout + /music, /m - Navigate to Music Player + /ai, /chat - Navigate to AI Chat + /achievements /a - View achievements + /help, /h - Show this help message + /clear, /c - Clear terminal output`; const helpHint = ` ╔══════════════════════════════════════════╗ ║ ...there may be other commands. ║ - ║ Perhaps a HINT to an easter egg exists? ║ + ║ Perhaps a ꃅꀤꈤ꓄ to an easter egg exists? ║ ╚══════════════════════════════════════════╝`; const TerminalCommand = () => { @@ -222,4 +222,4 @@ const TerminalCommand = () => { ); }; -export default TerminalCommand; \ No newline at end of file +export default TerminalCommand;