From b4c9725443e302a28a33f643930ec6a1d5be19ab Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Wed, 16 Jul 2025 19:33:46 +0200 Subject: [PATCH] chore: update ascii logo (#18899) This PR updates the ASCII logo in the HTML output. --- site/src/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/site/src/index.tsx b/site/src/index.tsx index 85d66b9833..59ab9e6264 100644 --- a/site/src/index.tsx +++ b/site/src/index.tsx @@ -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");