Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan21814 committed Mar 20, 2024
1 parent bf35f2b commit b758575
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions es-vue-base/src/lib-utils/nav-bar-account-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,35 @@ export default (
loggedIn: {
items: [
{
name: 'My Account',
name: 'My dashboard',
link: `${ES_DOMAIN}/profile/`,
},
{
name: 'My Quotes',
name: 'My quotes',
link: `${ES_DOMAIN}/your-marketplace/`,
},
{
name: 'Share Your Experience',
link: `${ES_DOMAIN}/share-your-experience/`,
name: 'My messages',
link: `${ES_DOMAIN}/message/`,
},
{
name: 'My project preferences',
link: `${ES_DOMAIN}/market/solarpv/update/`,
},
{
name: 'Settings',
name: 'Account settings',
link: `${ES_DOMAIN}/account-settings/router/`,
},
{
name: 'Refer a Friend',
link: `${ES_DOMAIN}/refer-a-friend/`,
name: 'How it works',
link: `${ES_DOMAIN}/market-process/`,
},
{
name: 'Write a review',
link: `${ES_DOMAIN}/share-your-experience/`,
},
{
name: 'Sign Out',
name: 'Sign out',
link: `${ES_DOMAIN}/logout/`,
},
],
Expand Down

0 comments on commit b758575

Please sign in to comment.