Skip to content

Commit 191324f

Browse files
authored
change
1 parent 34f7b16 commit 191324f

File tree

2 files changed

+2
-59
lines changed

2 files changed

+2
-59
lines changed

src/commands/banner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const createBanner = () : string[] => {
1818
banner.push(eleToPush);
1919
});
2020
banner.push("<br>");
21-
banner.push("Welcome to the Bash Terminal");
21+
banner.push("Terminal ready. Let's go.");
2222
banner.push("Type <span class='command'>'help'</span> for a list of all available commands.");
2323
banner.push(`Type <span class='command'>'repo'</span> to view the GitHub repository or click <a href='${command.repoLink}' target='_blank'>here</a>.`);
24-
banner.push(`<span class='command'>Copyrights</span> Ctto <a href='https://github.com/nasan016/webshell' target='_blank'>&copy;nasan016</a>`);
24+
banner.push(`<span class='command'>Copyrights</span>/<a href='https://github.com/nasan016/webshell' target='_blank'>&copy;nasan016</a>`);
2525
banner.push("<br>");
2626
return banner;
2727
}

src/styles.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)