Skip to content

Commit 4b589ec

Browse files
authored
Update main.js
1 parent 813f828 commit 4b589ec

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

src/js/main.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@ function applyDarkMode() {
6060
}
6161

6262
function printConsoleArt() {
63-
const consoleStr = `
64-
███████ ██████  ██ ████████ ██████  █████  ██████ 
65-
██      ██   ██ ██    ██    ██   ██ ██   ██ ██   ██ 
66-
█████  ██  ██ ██  ██  ██████  ███████ ██  ██ 
67-
██     ██  ██ ██  ██  ██      ██   ██ ██  ██ 
68-
███████ ██████  ██  ██  ██  ██  ██ ██████  
69-
                                          
70-
71-
Github: https://github.com/shweshi/editpad
72-
73-
Version: 1.0.4
74-
`;
63+
const consoleStr = `Hello There!`;
7564
console.log(consoleStr);
7665
}

0 commit comments

Comments
 (0)