diff options
author | tejasKharat | 2024-07-03 15:08:41 +0530 |
---|---|---|
committer | Sunil Shetye | 2024-08-30 11:07:44 +0530 |
commit | b5e989109addf4568158ad400707c549facee4a9 (patch) | |
tree | a10fbb9ab203a5e186328b5e6c6bd0cb6d45ce04 | |
parent | 4ad97d86e417a0bf288cd8fc02281baf31204c34 (diff) | |
download | Common-Interface-Project-b5e989109addf4568158ad400707c549facee4a9.tar.gz Common-Interface-Project-b5e989109addf4568158ad400707c549facee4a9.tar.bz2 Common-Interface-Project-b5e989109addf4568158ad400707c549facee4a9.zip |
My profile removed
3 files changed, 0 insertions, 25 deletions
diff --git a/blocks/eda-frontend/src/components/Dashboard/DashboardSidebar.js b/blocks/eda-frontend/src/components/Dashboard/DashboardSidebar.js index 6059c523..83addf20 100644 --- a/blocks/eda-frontend/src/components/Dashboard/DashboardSidebar.js +++ b/blocks/eda-frontend/src/components/Dashboard/DashboardSidebar.js @@ -85,16 +85,6 @@ export default function DashSidebar (props) { } /> </ListItem> - - <ListItem - component={RouterLink} - to='/dashboard/profile' - className={classes.sideItem} - button - divider - > - <ListItemText primary='My Profile' /> - </ListItem> <ListItem component={RouterLink} to='/dashboard/schematics' diff --git a/blocks/eda-frontend/src/components/SchematicEditor/Header.js b/blocks/eda-frontend/src/components/SchematicEditor/Header.js index 2d2ab081..ca84467c 100644 --- a/blocks/eda-frontend/src/components/SchematicEditor/Header.js +++ b/blocks/eda-frontend/src/components/SchematicEditor/Header.js @@ -331,14 +331,6 @@ function Header () { <MenuItem target='_blank' component={RouterLink} - to='/dashboard/profile' - onClick={handleClose} - > - My Profile - </MenuItem> - <MenuItem - target='_blank' - component={RouterLink} to='/dashboard/schematics' onClick={handleClose} > diff --git a/blocks/eda-frontend/src/components/Shared/Navbar.js b/blocks/eda-frontend/src/components/Shared/Navbar.js index de4b8db1..43bafb82 100644 --- a/blocks/eda-frontend/src/components/Shared/Navbar.js +++ b/blocks/eda-frontend/src/components/Shared/Navbar.js @@ -186,13 +186,6 @@ export function Header () { </MenuItem> <MenuItem component={RouterLink} - to='/dashboard/profile' - onClick={handleClose} - > - My Profile - </MenuItem> - <MenuItem - component={RouterLink} to='/dashboard/schematics' onClick={handleClose} > |