Skip to content

Commit

Permalink
add Analysis Plan option to hamburger menu, and use notebook icon for…
Browse files Browse the repository at this point in the history
… Analysis Plan option
  • Loading branch information
ekraffmiller committed Aug 10, 2023
1 parent e9d280a commit a6d3191
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/src/components/Structure/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default {
{
title: "My Analysis Plans",
link: NETWORK_CONSTANTS.MY_ANALYSIS_PLANS.PATH,
icon: "mdi-database"
icon: "mdi-notebook"
},
{
title: "My Profile",
Expand Down Expand Up @@ -232,6 +232,11 @@ export default {
link: NETWORK_CONSTANTS.MY_DATA.PATH,
icon: "mdi-database"
},
{
title: "My Analysis Plans",
link: NETWORK_CONSTANTS.MY_ANALYSIS_PLANS.PATH,
icon: "mdi-notebook"
},
{
title: "My Profile",
link: NETWORK_CONSTANTS.MY_PROFILE.PATH,
Expand Down

0 comments on commit a6d3191

Please sign in to comment.