Merge pull request #145 from beatz174-bit/codex/add-manage-categories-button-to-home-page
Add manage categories button to home screen
This commit is contained in:
@@ -19,6 +19,9 @@ const HomeScreen = () => (
|
|||||||
<Button component={RouterLink} to="/areas" variant="outlined">
|
<Button component={RouterLink} to="/areas" variant="outlined">
|
||||||
Manage Areas
|
Manage Areas
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button component={RouterLink} to="/categories" variant="outlined">
|
||||||
|
Manage Categories
|
||||||
|
</Button>
|
||||||
<Button component={RouterLink} to="/scan" variant="outlined">
|
<Button component={RouterLink} to="/scan" variant="outlined">
|
||||||
Scan Barcode
|
Scan Barcode
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user