From c4496a29407c015fec95059137912626bacd5758 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 12 Jan 2025 07:21:44 +0100 Subject: fix: ?. --- src/routes/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes/shared.ts') diff --git a/src/routes/shared.ts b/src/routes/shared.ts index ff5b574..56467a1 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -591,7 +591,7 @@ export const ttyLines: TTYText[] = (() => { }, ], [ - `skip the animation`, + `skip the animation`, { url: "currenttab:/skip-animation", colour: "#fff2", -- cgit v1.2.3