aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/shared.ts
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-01 02:50:10 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-01 02:50:10 +0100
commitb3d9b1643dc4ff5d6e15d21fdd29b8d23a28d829 (patch)
tree64f7883a06fa97e65adc0ff0f98ff2dfe4672514 /src/routes/shared.ts
parentd503d3f28805f1141beaf1f8e2c615a7399ea5fa (diff)
downloadmem-estrogen-zone-b3d9b1643dc4ff5d6e15d21fdd29b8d23a28d829.tar.gz
mem-estrogen-zone-b3d9b1643dc4ff5d6e15d21fdd29b8d23a28d829.tar.bz2
mem-estrogen-zone-b3d9b1643dc4ff5d6e15d21fdd29b8d23a28d829.tar.lz
mem-estrogen-zone-b3d9b1643dc4ff5d6e15d21fdd29b8d23a28d829.zip

feat: `

Diffstat (limited to 'src/routes/shared.ts')
-rw-r--r--src/routes/shared.ts4
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);