diff --git a/src/renderer/features/action-required/components/route-error-boundary.tsx b/src/renderer/features/action-required/components/route-error-boundary.tsx index 80895801..a1252838 100644 --- a/src/renderer/features/action-required/components/route-error-boundary.tsx +++ b/src/renderer/features/action-required/components/route-error-boundary.tsx @@ -1,7 +1,8 @@ import { Center, Stack, Group, Divider, Box } from '@mantine/core'; -import { RiArrowLeftSLine, RiErrorWarningLine, RiHome4Line } from 'react-icons/ri'; +import { RiArrowLeftSLine, RiErrorWarningLine, RiHome4Line, RiMenuFill } from 'react-icons/ri'; import { useNavigate, useRouteError } from 'react-router'; -import { Button, Text } from '/@/renderer/components'; +import { Button, DropdownMenu, Text } from '/@/renderer/components'; +import { AppMenu } from '/@/renderer/features/titlebar/components/app-menu'; import { AppRoute } from '/@/renderer/router/routes'; const RouteErrorBoundary = () => { @@ -54,6 +55,23 @@ const RouteErrorBoundary = () => { > Go home + + + + + + + + + +