diff --git a/src/containers/apps/CreateNewApp.tsx b/src/containers/apps/CreateNewApp.tsx index cbd6c708..4a540b97 100644 --- a/src/containers/apps/CreateNewApp.tsx +++ b/src/containers/apps/CreateNewApp.tsx @@ -33,16 +33,16 @@ class CreateNewApp extends Component< const self = this return ( - - - - -    Create A New App - - } - > + + +    Create A New App + + } + > + + {self.props.isMobile ? ( @@ -100,21 +100,17 @@ class CreateNewApp extends Component< - -
- -
- -
+ +

Or Select From

One-Click Apps/Databases
-
- -
+ + + ) } }