From 5421a9e4e341e7ab499c6c511812e227a1371db4 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 12 Oct 2023 19:58:44 +0000 Subject: [PATCH] added new splash --- packages/app/src/splash.jsx | 67 +++++++++++++++++++++++++++++-------- 1 file changed, 53 insertions(+), 14 deletions(-) diff --git a/packages/app/src/splash.jsx b/packages/app/src/splash.jsx index e178f52b..d682d6f4 100644 --- a/packages/app/src/splash.jsx +++ b/packages/app/src/splash.jsx @@ -1,10 +1,7 @@ import React from "react" -import classnames from "classnames" -import { Icons } from "components/Icons" - import config from "config" -export default class Splash extends React.Component { +class Splash extends React.Component { state = { visible: true } @@ -20,16 +17,58 @@ export default class Splash extends React.Component { } render() { - return
-
- -
-
- -
-
- + return
+ {/*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
*/} + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
} -} \ No newline at end of file +} + +export default Splash \ No newline at end of file