diff --git a/src/app/templates/auth/Auth.jsx b/src/app/templates/auth/Auth.jsx index 74c4fd1d..09202ef5 100644 --- a/src/app/templates/auth/Auth.jsx +++ b/src/app/templates/auth/Auth.jsx @@ -10,6 +10,7 @@ import Text from '../../atoms/text/Text'; import Button from '../../atoms/button/Button'; import Input from '../../atoms/input/Input'; import Spinner from '../../atoms/spinner/Spinner'; +import ScrollView from '../../atoms/scroll/ScrollView'; import CinnySvg from '../../../../public/res/svg/cinny.svg'; @@ -266,20 +267,22 @@ Auth.propTypes = { function StaticWrapper({ children }) { return ( -
-
-
-
- Cinny logo -
- Cinny - Yet another matrix client + +
+
+
+
+ Cinny logo +
+ Cinny + Yet another matrix client +
+ { children }
- { children }
-
+ ); }