diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx
index 24a17498..56f42e3a 100755
--- a/packages/app/src/App.jsx
+++ b/packages/app/src/App.jsx
@@ -309,6 +309,9 @@ class App extends React.Component {
+
+

+
}
}
diff --git a/packages/app/src/theme/index.less b/packages/app/src/theme/index.less
index 3802104e..ef9368c2 100755
--- a/packages/app/src/theme/index.less
+++ b/packages/app/src/theme/index.less
@@ -272,6 +272,36 @@ html {
margin: 0 !important;
}
}
+
+ .splash_footer {
+ display: flex;
+ flex-direction: column;
+
+ justify-content: center;
+ align-items: center;
+
+ position: absolute;
+
+ bottom: 0;
+ left: 0;
+ right: 0;
+
+ margin: auto;
+ width: fit-content;
+
+ height: 300px;
+
+ img {
+ height: 40px;
+ margin-bottom: 10px;
+ }
+
+ h4 {
+ font-family: "Space Grotesk", sans-serif;
+ font-size: 0.8rem;
+ font-weight: 400;
+ }
+ }
}
@media (max-width: 768px) {