Skip to content

Commit

Permalink
remove banner from terminal - it's too big
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-laplante committed May 17, 2024
1 parent 87ea132 commit 4343b5f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/components/JQueryTerminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ interface Props {
}

const BANNER = `
____________ ______ _ _ ______ _ _
| ___ \\ ___ \\ | _ \\ | | | | | ___ \\ | | |
| |_/ / |_/ / | | | |__ _| |_ __ _ ___| |_ ___ _ __ ___ | |_/ / | __ _ _ _ __ _ _ __ ___ _ _ _ __ __| |
| ___ \\ ___ \\ | | | / _\` | __/ _\` / __| __/ _ \\| '__/ _ \\ | __/| |/ _\` | | | |/ _\` | '__/ _ \\| | | | '_ \\ / _\` |
| |_/ / |_/ / | |/ / (_| | || (_| \\__ \\ || (_) | | | __/ | | | | (_| | |_| | (_| | | | (_) | |_| | | | | (_| |
\\____/\\____/ |___/ \\__,_|\\__\\__,_|___/\\__\\___/|_| \\___| \\_| |_|\\__,_|\\__, |\\__, |_| \\___/ \\__,_|_| |_|\\__,_|
__/ | __/ |
|___/ |___/
Copyright (C) Agilent Technologies 2024
`;

Expand Down

0 comments on commit 4343b5f

Please sign in to comment.