Skip to content

Commit

Permalink
Merge pull request #241 from mesg-foundation/update-cta-menu-get-star…
Browse files Browse the repository at this point in the history
…ted-link

Update link CTA menu get started
  • Loading branch information
antho1404 authored May 4, 2020
2 parents 7611be4 + 6005ff1 commit 690cbd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,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",
Expand Down Expand Up @@ -1274,7 +1275,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' }
]
}
}
Expand Down

0 comments on commit 690cbd3

Please sign in to comment.