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">
|
||||
Manage Areas
|
||||
</Button>
|
||||
<Button component={RouterLink} to="/categories" variant="outlined">
|
||||
Manage Categories
|
||||
</Button>
|
||||
<Button component={RouterLink} to="/scan" variant="outlined">
|
||||
Scan Barcode
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user