diff --git a/site/src/index.tsx b/site/src/index.tsx index 85d66b9833d3e..59ab9e6264681 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");