Skip to content

Commit

Permalink
Merge pull request #580 from pycontw/chore/temporary-close-staff
Browse files Browse the repository at this point in the history
fix(nav-bar): switch off cfp
  • Loading branch information
SivanYeh authored Aug 30, 2024
2 parents ec142b4 + 9b1db38 commit df56f68
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 df56f68

Please sign in to comment.