fix
This commit is contained in:
@@ -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!}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user