diff --git a/ui/shared/AppError/__screenshots__/AppError.pw.tsx_default_tx-not-found-1.png b/ui/shared/AppError/__screenshots__/AppError.pw.tsx_default_tx-not-found-1.png index ba19d9d787..bcb5755e61 100644 Binary files a/ui/shared/AppError/__screenshots__/AppError.pw.tsx_default_tx-not-found-1.png and b/ui/shared/AppError/__screenshots__/AppError.pw.tsx_default_tx-not-found-1.png differ diff --git a/ui/shared/AppError/custom/AppErrorTxNotFound.tsx b/ui/shared/AppError/custom/AppErrorTxNotFound.tsx index 6686f43582..ee8ee0b00f 100644 --- a/ui/shared/AppError/custom/AppErrorTxNotFound.tsx +++ b/ui/shared/AppError/custom/AppErrorTxNotFound.tsx @@ -1,7 +1,9 @@ /* eslint-disable max-len */ -import { Box, OrderedList, ListItem, useColorModeValue, Flex, chakra } from '@chakra-ui/react'; +import { Box, OrderedList, ListItem, useColorModeValue, Flex, chakra, Button } from '@chakra-ui/react'; import React from 'react'; +import { route } from 'nextjs-routes'; + import IconSvg from 'ui/shared/IconSvg'; import AppErrorTitle from '../AppErrorTitle'; @@ -51,6 +53,15 @@ const AppErrorTxNotFound = () => { for additional information. + ); };