fix
This commit is contained in:
@@ -122,7 +122,7 @@ export default function ErrorBoundaryFallback(
|
||||
<TerminalErrorPage
|
||||
glitchText="ERROR"
|
||||
glitchChars={"!@#$%^&*()_+-=[]{}|;':\",./<>?~`"}
|
||||
glitchSpeed={400}
|
||||
glitchSpeed={150}
|
||||
glitchThreshold={0.8}
|
||||
glitchIntensity={0.6}
|
||||
navigate={navigate!}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user