diff --git a/src/config/headerMenuConfig.js b/src/config/headerMenuConfig.js index cd0324d..60c8f5f 100644 --- a/src/config/headerMenuConfig.js +++ b/src/config/headerMenuConfig.js @@ -65,6 +65,7 @@ export const useHeaderMenuConfig = () => { { label: t('header_menu.stock_information.historic_stock_price'), key: 'historic_stock_price', + href: '/historic-stock', }, { label: t('header_menu.stock_information.investment_calculator'), diff --git a/src/views/historic-stock/size1920/index.vue b/src/views/historic-stock/size1920/index.vue index 83dc3e4..54a658f 100644 --- a/src/views/historic-stock/size1920/index.vue +++ b/src/views/historic-stock/size1920/index.vue @@ -1,9 +1,9 @@