Commit 2d568780 authored by tom's avatar tom

change block reorg error

parent 1fae79bc
import { Box, Button, Heading, Icon, Text, chakra } from '@chakra-ui/react'; import { Box, Button, Heading, Icon, chakra } from '@chakra-ui/react';
import { route } from 'nextjs-routes'; import { route } from 'nextjs-routes';
import React from 'react'; import React from 'react';
...@@ -13,8 +13,7 @@ const AppErrorBlockConsensus = ({ hash, className }: Props) => { ...@@ -13,8 +13,7 @@ const AppErrorBlockConsensus = ({ hash, className }: Props) => {
return ( return (
<Box className={ className }> <Box className={ className }>
<Icon as={ icon404 } width="200px" height="auto"/> <Icon as={ icon404 } width="200px" height="auto"/>
<Heading mt={ 8 } size="2xl" fontFamily="body">Block not found</Heading> <Heading mt={ 8 } size="2xl" fontFamily="body">Block removed due to chain reorganization</Heading>
<Text variant="secondary" mt={ 3 }>Block removed due to chain reorganization.</Text>
<Button <Button
mt={ 8 } mt={ 8 }
size="lg" size="lg"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment