fix(front-end): set dashboard button to /index.html

main
Josue 3 years ago
parent 22bf614809
commit c53b1f8490
  1. 2
      striker-ui/components/AnvilDrawer.tsx

@ -49,7 +49,7 @@ const AnvilDrawer = ({ open, setOpen }: DrawerProps): JSX.Element => {
<HeaderText text="Admin" /> <HeaderText text="Admin" />
</ListItem> </ListItem>
<Divider className={classes.divider} /> <Divider className={classes.divider} />
<ListItem button component="a" href="/"> <ListItem button component="a" href="/index.html">
<Box display="flex" flexDirection="row" width="100%"> <Box display="flex" flexDirection="row" width="100%">
<Box className={classes.dashboardButton}> <Box className={classes.dashboardButton}>
<DashboardIcon className={classes.dashboardIcon} /> <DashboardIcon className={classes.dashboardIcon} />

Loading…
Cancel
Save