Feature/wms 5 (#32)

* Start the home page

* Fix the Tile and Tile Grid Component and also created the homePage

* Recreated the tile component with TileBasic

* fix the tile component

* Fixed: tile length sizing

* Rename page export

* Added: page to routes

* Renamed: sidenav title

Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
Talha Abbas
2022-02-01 14:32:48 +05:00
committed by GitHub
parent 384805865e
commit d2c2472e29
9 changed files with 258 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import PropTypes from 'prop-types';
const SetupIcon = ({ width = 25, height = 24, color = '#292D32', ...props }) => (
const SetupIcon = ({ width = 96, height = 96, color = '#007aff', ...props }) => (
<svg
width={width}
height={height}