Skip to content

Commit b4c9725

Browse files
authored
chore: update ascii logo (#18899)
This PR updates the ASCII logo in the HTML output.
1 parent 0cdcf89 commit b4c9725

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

site/src/index.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ import { createRoot } from "react-dom/client";
22
import "./index.css";
33
import { App } from "./App";
44

5-
console.info(` ▄█▀ ▀█▄
6-
▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
7-
▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
8-
█▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
9-
██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
5+
console.info(` -####### +######- ########+ ########## ########+. ###########
6+
+#####--###### +#####--#####+ ############ ########## ####+++#####- ###########
7+
####- -#### ####- ##### #### ####+ #### #### .#### ###########
8+
.#### #### #### #### #### ######### ####...+##+ ###########
9+
####. .#### #### +#### #### +#### #### ####+####### ###########
10+
#####- -##### ######..###### ############- ########## #### ##### ###########
11+
.########+ -########. #########+ ########## #### .#### ###########
1012
`);
1113

1214
const element = document.getElementById("root");

0 commit comments

Comments
 (0)