This commit is contained in:
Michael Freno
2025-12-31 12:29:10 -05:00
parent 86b1552e85
commit b5f9f0340f
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ export default function ErrorBoundaryFallback(
<TerminalErrorPage
glitchText="ERROR"
glitchChars={"!@#$%^&*()_+-=[]{}|;':\",./<>?~`"}
glitchSpeed={400}
glitchSpeed={150}
glitchThreshold={0.8}
glitchIntensity={0.6}
navigate={navigate!}

View File

@@ -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}
</div>
</div>