Commit 4908184b authored by tom's avatar tom

update block consensus error

parent c876efe0
import { Box, Button, Heading, Icon, chakra } from '@chakra-ui/react';
import { Box, Button, Heading, Icon, Text, chakra } from '@chakra-ui/react';
import { route } from 'nextjs-routes';
import React from 'react';
......@@ -13,7 +13,8 @@ const AppErrorBlockConsensus = ({ hash, className }: Props) => {
return (
<Box className={ className }>
<Icon as={ icon404 } width="200px" height="auto"/>
<Heading mt={ 8 } size="2xl" fontFamily="body">Block has lost consensus</Heading>
<Heading mt={ 8 } size="2xl" fontFamily="body">Block not found</Heading>
<Text variant="secondary" mt={ 3 }>Block removed due to chain reorganization.</Text>
<Button
mt={ 8 }
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