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 6f331752..80895801 100644
--- a/src/renderer/features/action-required/components/route-error-boundary.tsx
+++ b/src/renderer/features/action-required/components/route-error-boundary.tsx
@@ -41,9 +41,13 @@ const RouteErrorBoundary = () => {
{error?.message}
-
+
}
+ size="md"
sx={{ flex: 0.5 }}
variant="default"
onClick={handleHome}
@@ -51,6 +55,7 @@ const RouteErrorBoundary = () => {
Go home