diff --git a/pages/index.vue b/pages/index.vue index aa89b1a5d8..4bb7790420 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -156,7 +156,7 @@ export default { data() { return { isOpened: false, - primaryButton: landingButtonConfig.CFP, + primaryButton: landingButtonConfig.PRIMARY_JOIN_US, secondaryButton: landingButtonConfig.SECONDARY_JOIN_US, selectedSponsor: {}, } diff --git a/store/index.js b/store/index.js index 90c598a62d..4562f400e3 100644 --- a/store/index.js +++ b/store/index.js @@ -24,7 +24,7 @@ export const state = () => ({ showVenuePage: false, showProposalSystemPage: true, showIndexSponsorSection: false, - showIndexSecondaryBtn: true, + showIndexSecondaryBtn: false, aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct'] eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs'] conferenceHideItems: [], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']