#709: Added usecase discovery and mapping on /usecases path

This commit is contained in:
frikky
2022-02-20 19:03:58 +01:00
parent ce0bfa7f89
commit 36f9ed26c2
6 changed files with 301 additions and 173 deletions
+11
View File
@@ -35,6 +35,7 @@ import {
import {
Analytics as AnalyticsIcon,
Lightbulb as LightbulbIcon,
} from "@mui/icons-material";
//import LogoutIcon from '@mui/icons-material/Logout';
import { useAlert } from "react-alert";
@@ -466,6 +467,16 @@ const Header = (props) => {
<AnalyticsIcon style={{marginRight: 5 }}/> Get Started
</Link>
</MenuItem>
<MenuItem
onClick={(event) => {
event.preventDefault();
handleClose();
}}
>
<Link to="/usecases" style={hrefStyle}>
<LightbulbIcon style={{marginRight: 5 }}/> Use Cases
</Link>
</MenuItem>
<MenuItem
onClick={(event) => {
event.preventDefault();