From 73a6cba3282d03f93b0b77a36c51758d06c4d3f0 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Sat, 27 Jan 2024 14:16:16 +0800 Subject: [PATCH] chore: update index buttons --- pages/index.vue | 2 +- store/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 3a16512c5e..78be678193 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -156,7 +156,7 @@ export default { data() { return { isOpened: false, - primaryButton: landingButtonConfig.CHECK_EVENTS, + primaryButton: landingButtonConfig.CFP, secondaryButton: landingButtonConfig.SECONDARY_JOIN_US, selectedSponsor: {}, } diff --git a/store/index.js b/store/index.js index c6ed42715c..436d0a9f58 100644 --- a/store/index.js +++ b/store/index.js @@ -23,7 +23,7 @@ export const state = () => ({ showConferencePage: false, showVenuePage: false, showIndexSponsorSection: false, - showIndexSecondaryBtn: false, + showIndexSecondaryBtn: true, aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct'] eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs'] conferenceHideItems: [], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']