Skip to content

Commit

Permalink
returning to prev banner
Browse files Browse the repository at this point in the history
  • Loading branch information
AB10110F committed Aug 27, 2023
1 parent acae38b commit 8844e94
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions src/components/Terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const Terminal = () => {
else if(language == 'Spanish')
{
banner = [
/* " _/_/ _/_/_/ _/ _/ _/ _/ _/ _/_/_/_/",
" _/_/ _/_/_/ _/ _/ _/ _/ _/ _/_/_/_/",
" _/ _/ _/ _/ _/_/ _/ _/ _/_/ _/_/ _/ _/ _/ ",
" _/_/_/_/ _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/_/ ",
" _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ ",
Expand All @@ -130,29 +130,7 @@ const Terminal = () => {
"| [][] [___][][][][][][][][][][][__] [__][][] | =^..^= github </> codepen",
"| [_][______________][_] | (°‿°) reddit ,(u°)> twitter",
"|______________________________________________|",
"", */
" . . ",
" * . . . . * . ",
" . . . . . . . ",
" o . . ",
" . . . . ",
" 0 . ",
" . . , , , ",
" . \\ . . ",
" . \\ , ",
" . o . . . . ",
" . \\ , . . ",
" #\\##\\# . . . ",
" # #O##\\### . . ",
" . #*# #\\##\\### . , ",
" . ##*# #\\##\\## . . ",
" . ##*# #o##\\# . , . ",
" . *# #\\# . . . , ",
" \\ . . ",
"____^/\\___^--____/\\____O______________/\\/\\---/\\___________---______________",
" /\\^ ^ ^ ^ ^^ ^ '\\ ^ ^ --- ",
" -- - -- - - --- __ ^ ",
" -- __ ___-- ^ ^ -- __ ",
"",
"Teclea \"help\" para ver los comandos disponibles\n\n"
]

Expand Down

0 comments on commit 8844e94

Please sign in to comment.