Skip to content

Commit

Permalink
feat: adding raiven url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha Mishra authored and Nisha Mishra committed Mar 13, 2024
1 parent 05f68e8 commit 8e161b4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions es-vue-base/src/lib-utils/nav-bar-global-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default (
NEWS_DOMAIN = process.env.NEWS_DOMAIN || 'https://www.energysage.com',
COMMUNITY_SOLAR_DOMAIN = process.env.COMMUNITY_SOLAR_DOMAIN || 'https://communitysolar.energysage.com',
HEAT_PUMPS_DOMAIN = process.env.HEAT_PUMPS_DOMAIN || 'https://heatpumps.energysage.com',
EV_RAIVEN_DOMAIN = 'https://shop.energysage.com/',
) => ({
home: {
name: 'EnergySage',
Expand Down Expand Up @@ -415,14 +416,15 @@ export default (
name: 'EV charging guide',
link: `${ES_DOMAIN}/ev-charging/`,
},
{
name: 'Compare EV chargers',
link: `${ES_DOMAIN}/ev-charging/ev-charging-stations/`,
},
{
name: 'Electric vehicle guide',
link: `${ES_DOMAIN}/electric-vehicles/`,
},
{
name: 'Shop EV chargers',
link: `${EV_RAIVEN_DOMAIN}`,
emphasize: true,
},
],
},
{
Expand Down

0 comments on commit 8e161b4

Please sign in to comment.