From b5f9f0340f81124426a76f183ca192b95c566a29 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Wed, 31 Dec 2025 12:29:10 -0500 Subject: [PATCH] fix --- src/components/ErrorBoundaryFallback.tsx | 2 +- src/components/TerminalErrorPage.tsx | 2 +- src/routes/[...404].tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ErrorBoundaryFallback.tsx b/src/components/ErrorBoundaryFallback.tsx index 963788c..7662394 100644 --- a/src/components/ErrorBoundaryFallback.tsx +++ b/src/components/ErrorBoundaryFallback.tsx @@ -122,7 +122,7 @@ export default function ErrorBoundaryFallback( ?~`"} - glitchSpeed={400} + glitchSpeed={150} glitchThreshold={0.8} glitchIntensity={0.6} navigate={navigate!} diff --git a/src/components/TerminalErrorPage.tsx b/src/components/TerminalErrorPage.tsx index 4af7901..cae91a9 100644 --- a/src/components/TerminalErrorPage.tsx +++ b/src/components/TerminalErrorPage.tsx @@ -230,7 +230,7 @@ export function TerminalErrorPage(props: TerminalErrorPageProps) { ref={footerRef} class="text-subtext1 absolute right-4 bottom-4 font-mono text-xs" > - {props.footerText} + {props.footer} diff --git a/src/routes/[...404].tsx b/src/routes/[...404].tsx index 918a513..1ec72e2 100644 --- a/src/routes/[...404].tsx +++ b/src/routes/[...404].tsx @@ -110,7 +110,7 @@ export default function NotFound() { ?~`0123456789"} - glitchSpeed={300} + glitchSpeed={150} glitchThreshold={0.85} glitchIntensity={0.7} navigate={navigate}