From c0bfed834339d987b62a6aa45e45fb7fbed5656e Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 14 Jan 2026 01:59:25 +0100 Subject: fix: properly allow js hmr when navigating between pages from the index to the skip anim page --- 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 caefe05..2ffdb0e 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -210,7 +210,7 @@ export const ttyLines: TTYText[] = (() => { renderrestriction: 'noscript', }, [ - 'This browser does not support JS. Your experience may be degraded.', + 'No JS. Some links may not work as intended.', { bg: '#ff0000', colour: '#dedede', -- cgit v1.2.3