From 893fffb7e02fe3091c4664c530dc03c31c70a78c Mon Sep 17 00:00:00 2001 From: Emmanuel Drouin Date: Tue, 7 Apr 2020 17:36:38 +0700 Subject: [PATCH 1/2] Update link of the cta in the menu for the get started page of the doc --- store/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index 0d6f6380..bf94ba80 100644 --- a/store/index.js +++ b/store/index.js @@ -1206,6 +1206,7 @@ export const getters = { processGetStarted: "https://docs.mesg.com/guide/process/?utm_source=mesg.com&utm_medium=getstarted_link&utm_campaign=doc_process", serviceGetStarted: "https://docs.mesg.com/guide/service/?utm_source=mesg.com&utm_medium=getstarted_link&utm_campaign=doc_service", quickStartGetStarted: "https://docs.mesg.com/guide/quick-start-guide.html?utm_source=mesg.com&utm_medium=getstarted_link&utm_campaign=doc_quick_start", + quickStartCTAMenu: "https://docs.mesg.com/guide/quick-start-guide.html?utm_source=mesg.com&utm_medium=menu_cta&utm_campaign=doc_quick_start", quickStartMenu: "https://docs.mesg.com/guide/quick-start-guide.html?utm_source=mesg.com&utm_medium=menu_link&utm_campaign=doc_quick_start", quickStartFooter: "https://docs.mesg.com/guide/quick-start-guide.html?utm_source=mesg.com&utm_medium=footer_link&utm_campaign=doc_quick_start", quickStartCTAHead: "https://docs.mesg.com/guide/quick-start-guide.html?utm_source=mesg.com&utm_medium=getstarted_cta_head&utm_campaign=doc_quick_start", @@ -1284,7 +1285,7 @@ export const getters = { { text: 'Showcase', to: links.showcase }, { text: 'Contributions', to: links.contributions }, { text: 'Token', to: links.token }, - { text: 'Get started', to: links.getstarted, type: 'button' } + { text: 'Get started', to: externalLinks.quickStartCTAMenu, type: 'button' } ] } } From 7403a2372be5fec9f7cd73b60afe748df44ae795 Mon Sep 17 00:00:00 2001 From: antho1404 Date: Thu, 23 Apr 2020 09:38:53 +0700 Subject: [PATCH 2/2] update dependencies --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53ba8a50..42f5b54d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1392,9 +1392,9 @@ } }, "@mesg-components/menu": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@mesg-components/menu/-/menu-1.0.6.tgz", - "integrity": "sha512-smo5s/L9+rf02mWb8uBSGEERO+08cC/5e0b7g5f5n7jK/er5vebaAKuSRdGx3QAghtRI1y7MZXA8l3c+Uj2DXQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@mesg-components/menu/-/menu-1.0.7.tgz", + "integrity": "sha512-2yA7JCXuSF0RPDbfUMNitJXe3vLi24E2oQoTt0hABhbDTn8n4KTJU/HCvtLjH2CQtrXZg5byoSlR9goBuqVnsA==", "requires": { "@mesg-components/button": "^1.2.0", "@mesg-components/theme": "^2.1.1" diff --git a/package.json b/package.json index e8b2a39b..4e7b826e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mesg-components/card": "^2.1.0", "@mesg-components/embed-card": "^1.0.1", "@mesg-components/header": "^2.0.1", - "@mesg-components/menu": "^1.0.6", + "@mesg-components/menu": "^1.0.7", "@mesg-components/side-menu": "^1.1.0", "@mesg-components/social-network": "^1.0.1", "@mesg-components/table": "^1.1.3",