From 9b1db381064c2950fc3e82ee2b366bf87aaa6545 Mon Sep 17 00:00:00 2001 From: svyeh Date: Sat, 31 Aug 2024 00:04:08 +0800 Subject: [PATCH] fix(nav-bar): switch off cfp --- store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/index.js b/store/index.js index 65e5c41e8..32641c1ac 100644 --- a/store/index.js +++ b/store/index.js @@ -13,17 +13,17 @@ export const state = () => ({ conferenceName: 'PyCon TW', conferenceYear: '2024', conferenceDate: '2024-09-21', - showSpeakingPage: true, showAboutStaffPage: false, showConferencePage: true, showSchedulePage: true, - showSponsorPage: true, showEventOverviewPage: true, showEventsPage: true, showIndexSecondaryBtn: true, showIndexSponsorSection: true, showProposalSystemPage: true, showRegistrationPage: true, + showSpeakingPage: false, + showSponsorPage: true, showVenuePage: true, aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct'] conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']