diff options
-rw-r--r-- | src/routes/shared.ts | 4 |
1 files 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); |