From b3d9b1643dc4ff5d6e15d21fdd29b8d23a28d829 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sat, 1 Mar 2025 02:50:10 +0100 Subject: feat: ` --- src/routes/shared.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/shared.ts b/src/routes/shared.ts index 7098108..dd7f959 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -304,10 +304,10 @@ export const ttyLines: TTYText[] = (() => { wait(1000); clear(); text( - ["Hi! I'm a"], + [`Hi! I'm a`], [''], [ - " software developer.\nI do shit like the hellhole you're seeing right now, amongst other things.\n\n", + ` software developer.\nI do shit like the hellhole you're seeing right now, amongst other things.\n\n`, ], ); wait(300); -- cgit v1.2.3