From 4343b5f36a228ea12e5621a7d582b78544b485f8 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Fri, 17 May 2024 15:56:24 -0400 Subject: [PATCH] remove banner from terminal - it's too big --- src/main/components/JQueryTerminal.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main/components/JQueryTerminal.tsx b/src/main/components/JQueryTerminal.tsx index db395b2..0f362ea 100644 --- a/src/main/components/JQueryTerminal.tsx +++ b/src/main/components/JQueryTerminal.tsx @@ -11,16 +11,6 @@ interface Props { } const BANNER = ` - -____________ ______ _ _ ______ _ _ -| ___ \\ ___ \\ | _ \\ | | | | | ___ \\ | | | -| |_/ / |_/ / | | | |__ _| |_ __ _ ___| |_ ___ _ __ ___ | |_/ / | __ _ _ _ __ _ _ __ ___ _ _ _ __ __| | -| ___ \\ ___ \\ | | | / _\` | __/ _\` / __| __/ _ \\| '__/ _ \\ | __/| |/ _\` | | | |/ _\` | '__/ _ \\| | | | '_ \\ / _\` | -| |_/ / |_/ / | |/ / (_| | || (_| \\__ \\ || (_) | | | __/ | | | | (_| | |_| | (_| | | | (_) | |_| | | | | (_| | -\\____/\\____/ |___/ \\__,_|\\__\\__,_|___/\\__\\___/|_| \\___| \\_| |_|\\__,_|\\__, |\\__, |_| \\___/ \\__,_|_| |_|\\__,_| - __/ | __/ | - |___/ |___/ - Copyright (C) Agilent Technologies 2024 `;