diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/svg/om-upgrade.svg b/openmetadata-ui/src/main/resources/ui/src/assets/svg/om-upgrade.svg
index 40e3c0e3b29..93bfec1823e 100644
--- a/openmetadata-ui/src/main/resources/ui/src/assets/svg/om-upgrade.svg
+++ b/openmetadata-ui/src/main/resources/ui/src/assets/svg/om-upgrade.svg
@@ -1,78 +1,73 @@
-
\ No newline at end of file
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/ErrorBoundary/ErrorFallback.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/ErrorBoundary/ErrorFallback.tsx
index 6960971537f..a5c06cb8764 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/common/ErrorBoundary/ErrorFallback.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/common/ErrorBoundary/ErrorFallback.tsx
@@ -45,6 +45,7 @@ const ErrorFallback: React.FC = ({
return (
= ({
{isChunkLoadError ? t('label.refresh') : t('label.home')}
}
- icon={}
+ icon={}
subTitle={message}
title={title}
/>
diff --git a/openmetadata-ui/src/main/resources/ui/src/styles/app.less b/openmetadata-ui/src/main/resources/ui/src/styles/app.less
index 10ed4d5f327..46c04263b48 100644
--- a/openmetadata-ui/src/main/resources/ui/src/styles/app.less
+++ b/openmetadata-ui/src/main/resources/ui/src/styles/app.less
@@ -771,3 +771,11 @@ a[href].link-text-grey,
}
}
}
+
+.error-boundary-result {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ height: 100%;
+}