Skip to content

Commit

Permalink
fix(nav-bar): switch off cfp
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh committed Aug 30, 2024
1 parent 2df3c1b commit 9b1db38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 9b1db38

Please sign in to comment.