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

View File

@@ -230,7 +230,7 @@ export function TerminalErrorPage(props: TerminalErrorPageProps) {
ref={footerRef} ref={footerRef}
class="text-subtext1 absolute right-4 bottom-4 font-mono text-xs" class="text-subtext1 absolute right-4 bottom-4 font-mono text-xs"
> >
{props.footerText} {props.footer}
</div> </div>
</div> </div>

View File

@@ -110,7 +110,7 @@ export default function NotFound() {
<TerminalErrorPage <TerminalErrorPage
glitchText="404" glitchText="404"
glitchChars={"!@#$%^&*()_+-=[]{}|;':\",./<>?~`0123456789"} glitchChars={"!@#$%^&*()_+-=[]{}|;':\",./<>?~`0123456789"}
glitchSpeed={300} glitchSpeed={150}
glitchThreshold={0.85} glitchThreshold={0.85}
glitchIntensity={0.7} glitchIntensity={0.7}
navigate={navigate} navigate={navigate}