diff --git a/src/config/headerMenuConfig.js b/src/config/headerMenuConfig.js index 04c399c..e8e3676 100644 --- a/src/config/headerMenuConfig.js +++ b/src/config/headerMenuConfig.js @@ -67,6 +67,7 @@ export const useHeaderMenuConfig = () => { { label: t("header_menu.stock_information.stock_quote"), key: "stock_quote", + href:'/stock-quote' }, { label: t("header_menu.stock_information.historic_stock_price"), @@ -75,6 +76,7 @@ export const useHeaderMenuConfig = () => { { label: t("header_menu.stock_information.investment_calculator"), key: "investment_calculator", + href:'/calculator' }, ], }, @@ -100,10 +102,12 @@ export const useHeaderMenuConfig = () => { { label: t("header_menu.investor_resources.ir_contacts"), key: "ir_contacts", + href:'/contacts' }, { label: t("header_menu.investor_resources.email_alerts"), key: "email_alerts", + href:'/email-alerts' }, ], }, diff --git a/src/views/email-alerts/size1920/index.vue b/src/views/email-alerts/size1920/index.vue index 4fbb8df..f083aa2 100644 --- a/src/views/email-alerts/size1920/index.vue +++ b/src/views/email-alerts/size1920/index.vue @@ -26,30 +26,30 @@ function handleSubmit(e) {
* Required Fields
@@ -57,7 +57,7 @@ function handleSubmit(e) {