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}