chore: update ascii logo (#18899)

This PR updates the ASCII logo in the HTML output.
This commit is contained in:
Marcin Tojek
2025-07-16 14:33:46 -03:00
committed by GitHub
parent 0cdcf89069
commit b4c9725443
+7 -5
View File
@@ -2,11 +2,13 @@ import { createRoot } from "react-dom/client";
import "./index.css";
import { App } from "./App";
console.info(` ▄█▀ ▀█▄
▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
█▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
console.info(` -####### +######- ########+ ########## ########+. ###########
+#####--###### +#####--#####+ ############ ########## ####+++#####- ###########
####- -#### ####- ##### #### ####+ #### #### .#### ###########
.#### #### #### #### #### ######### ####...+##+ ###########
####. .#### #### +#### #### +#### #### ####+####### ###########
#####- -##### ######..###### ############- ########## #### ##### ###########
.########+ -########. #########+ ########## #### .#### ###########
`);
const element = document.getElementById("root");