diff --git a/website/src/repl/Footer.jsx b/website/src/repl/Footer.jsx index f816df92..384e95ef 100644 --- a/website/src/repl/Footer.jsx +++ b/website/src/repl/Footer.jsx @@ -175,7 +175,13 @@ function WelcomeTab() { function ConsoleTab({ log }) { return ( -
{`███████╗████████╗██████╗ ██╗ ██╗██████╗ ███████╗██╗
+██╔════╝╚══██╔══╝██╔══██╗██║ ██║██╔══██╗██╔════╝██║
+███████╗ ██║ ██████╔╝██║ ██║██║ ██║█████╗ ██║
+╚════██║ ██║ ██╔══██╗██║ ██║██║ ██║██╔══╝ ██║
+███████║ ██║ ██║ ██║╚██████╔╝██████╔╝███████╗███████╗
+╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝`}
{log.map((l, i) => {
const message = linkify(l.message);
return (
@@ -191,7 +197,7 @@ function ConsoleTab({ log }) {
function SamplesTab() {
return (
-